I have google oauth and everything goes well (sign in with account) but at last second it shows missing redirect for like 0.1 second so its tough for me to screenshot
i made web app credentials according to some tutorial
You're getting the session and everything?
If so, that's the expected behaviour
session is null
and no new account is being created
Did you have placed the token and ID correctly?
Also check there are not any white spaces
Happened to me 😬
oh wait one sec
lemme check
seems to be fine
discord auth seems to be working so its not really a port issue right
btw u also put the subdomain only right in webapp cred
and added ur acc as test user in external oauth consent screen
Did you added authorized domains?
yep lemme ss
I think you added something wrong in the Google cloud pannel. Let me check mine
Add too subdomain if possible
yea i dont think its possible
hmm what else can be missing
Did you have setup the consent screen?
Maybe you have missed such part? @Infinil
Recommended threads
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...