I have a self hosted server with version 1.6.0 My Front-End is Flutter, working on Android
When I run the createOAuth2Session with Google:
- it creates the account (I can see it in the console) But does not jump back to the app, instead, opening another google account selection window (and another instance of the app in Android)
I have the callback configured in the manifest file Obviously the Google OAuth service is enabled and has the AppId and Secret from Google Console.
After some reading, I was suggested to test the OAuth service with https://my_server_address/v1/account/sessions/oauth2/google I am getting Error 412 from that page , for what its worth.
Recommended threads
- Running into a server error on my self-h...
Hey everyone, I'm running into a server error on my self-hosted setup after updating to v1.19.0. The issue only happens during user creation and deletion. Ever...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- _APP_OPTIONS_ROUTER_PROTECTION
Hi Everyone, I just setup a fresh 1.9.0 on a server. Configured everything and now when i try to connect to appwrite for first time setup i get a _APP_OPTIONS_R...