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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...