Tiep Nguyen

Results 1 comments of Tiep Nguyen

@ashislaha I self-hosted Supabase and had the same issue. Solution: Try to add `GOTRUE_EXTERNAL_GOOGLE_SKIP_NONCE_CHECK: true` to your `docker-compose.yml` if you're self-hosting: ```yaml auth: environment: GOTRUE_EXTERNAL_GOOGLE_SKIP_NONCE_CHECK: true ```