[SOLVED] Error 400Invalid `success` param: URL host must be one of: localhost, cloud.appwrite.io
- 0
- Tools
- Accounts
- Web
- Users
Hey when i try to login via google on my next app. I get such error. The redirect link is an app hosted in vercel and has .vercel.app in its domain. How do i fix this issue?
In your console you should go to Settings -> Custom Domains and add your .vercel.app domain
would you please add a hostname that has an exact matching hostname (not wildcard)?
Related issue: https://github.com/appwrite/appwrite/issues/6322#issuecomment-1850534416
Yeh got it fixed thanks a lot
If your issue has been solved, you can mark this post as closed by adding "[SOLVED]" to the beginning of the title
[SOLVED] Error 400Invalid success param: URL host must be one of: localhost, cloud.appwrite.io
Recommended threads
- how to access the value of account statu...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...