
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
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
