
Hello everyone,
I'm trying to enable Google & Discord authentification with Flutter. I read all the thread about it, but still don't understand why it is not working on my side.
- I have enable the provider in the console
- I think I have set up everything on Discord & Console Side (App ID, App Secret, Callback URI)
- But I have a "Redirect Uri Mismatch" error when I call : await account.createOAuth2Session(provider: OAuthProvider.discord,)
I use Cloudflare as reverse proxy, and HTTPS is enabled. It seems the error come from here.
While trying to fix this issue, another one happened : now, I have Error 412 : project_provider_disabled. I took down then up the docker, I enabled/disabled the provider in the console, but having this issue.. Any idea ?
Appwrite SDK for Flutter version : 12.0.4 Appwrite docker version : 1.5.7

@bad_advice
Recommended threads
- Functions fail to deploy after switching...
Hi <@1087889306208718959> , after switching my self-hosted Appwrite instance to use AWS S3 as the storage backend, my Cloud Functions stopped working. I’m runni...
- must be a valid domain or hostname
I have just migrated from 1.6.0 to 1.7.4. Upon migration I can log in but then get this screen. I also get this error in docker. Don't know if anyone has any id...
- Retrieving user access token on client s...
I am trying to retrieve the user token from the cookies, but they are HTTP-only and can not be accessed. Is there a way to extract the user token from the cooki...
