May I know is there anyone can help with this matter? I'm so lost for my web. The account info is created after login using google. However, it does not lead to my local website (as it is currently in development). What should i do to test the function to get into my specific page?
You should be able to use localhost in your redirect URI?
It's usually good practice not to hardcode your domains
Recommended threads
- SMS OTP not delivered to Australian (+61...
Hey team! I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project. What's happening: account.createPhoneToken() co...
- OAuth provider credentials reverting [CR...
Hi team, I’m experiencing repeated OAuth configuration resets in my Appwrite project. ## Issue 1 – Google OAuth credentials reverting * I configure my own Goog...
- updateSession isn't working for google o...
I'm building an app using react native with expo. An image of my code is attached. The code is a useEffect that i have in a context that wraps the root layout ...