Hi all! i am using google auth to login to my application but i am having problem using openAuthSessionAsync from expo.
Appwrite returns Error 400, as you can see in the image, but I understand that I am passing the arguments correctly.
I have Google configured in Appwrite as OAuth2 Providers with their App ID, App Secret and URI.
Has anyone ever had this happen to you? Thank you very much!
OAuth2 with React Native is not fully supported. The GitHub comment explains the current state: https://github.com/appwrite/sdk-for-react-native/issues/34#issuecomment-2654940715
But also, that specific 400 error...did you delete the user you're testing with?
Recommended threads
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...