
Hi. I am implementing google signup in my Expo app. But the redirect url I am getting is in form: scheme/localhost/?secret&userid
But I don't have the localhost screen in the app and upon redirection, I get missing page error.
If I try to change the pathname, it throws error: Invalid `success' param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io Type
I have attached the and source code and the result url
Recommended threads
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Sites
So I developed an app using react native and using the cloud services offered by appwrite. Everything is set up but if I want to publish this website to the web...
- updatePassword invalid credentials error...
This is my code: ```js const result = await account.updatePassword( newPassword ); ``` This is my error: ``` [AppwriteException: Invalid cr...
