When trying to use Google sign in on a vercel.app subdomain I get this error Invalid
success param: URL host must be one of: localhost, cloud.appwrite.io, appwrite.io, *.vercel.app
I updated my host name on appwrite dashboard to *.vercel.app and it still did not work. I also tried using my main name which is memora-tau.vercel.app that also did not work.
@D5 here is the post
Perfect! Thanks for creating it
What's the redirect URL set in your code?
I see, then the www is probably causing the issue
You can't remove the www?
I can remove it. Let me do that and try
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...