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
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...
- DNS Not Working
Ok so I have my website, but when I try to use a subdomain of that on another site in appwrite, it just gets stuck at generating certtificate, fails every time....
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...