
Hello,
I have implemented Google OAuth and Apple OAuth for my expo app. I was switching from Expo Go to expo-dev-client
for some packages to be working, though this results into me not being able to login anymore since the redirectUri is now a schema testapp://
and results into a 400 error because the success URL is not valid.
I saw that there was a branch that was merged earlier today but got reverted. https://github.com/appwrite/appwrite/pull/9262 Is there an estimated time or workaround to continue development?
Thanks!

Okay, I've found a workaround very quickly. Thanks though, will keep an eye on this issue.
Recommended threads
- How can I query for pref in Teams
for example in teams' `pref` i have pref = { "code": "CDJKUE" } I have created query like below ``` TeamList teamList = await teams.list(queries: [ Query....
- Server Error status 500
Hi, I have been facing numerous 500 errors from Appwrite API. I don't think there is one particular thing which triggers this. Few hours ago I have been struggl...
- Im getting a server error when deleting ...
I was deleting a couple of documents in my collections and now my delete requests are taking a long time and then failing. I believe i got a code 524 and now I'...
