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
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...
- I am not getting "to" when email receive...
I am using cloud function to send an email when email received it doesn't have "to" email address. Please see attached image. My cloud function detail: built w...
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...