I am trying to setup google auth for my frontend (say frontend.com using appwrite deployed on backend.com) First I had issues with http vs https: URI redirects which I fixed my forcing https in docker-compose settings.
Now when I click sign in with google on my frontend, I am getting ERR_TOO_MANY_REDIRECTS errors (website address shows : https://backend.com/v1/account/sessions/oauth2/google)
Any idea what's wrong?
Google console : Authorized JavaScript origins has both my frontend and backend domains Authorized redirect URIs points to appwrite-auth/google provided link.
Recommended threads
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...