I need to connect 2 hostname (localhost and *.vercel.app) while adding a web app on appwrite cloud, but it only accepts one hostname either localhost or vercel! Is it possible to use Multiple Hostname for Connecting both to Appwrite?
Yes, it is possible to connect both localhost and *.vercel.app to Appwrite by using custom domains.
- Go to your Appwrite project settings and add both
localhostand*.vercel.appas custom domains.
- Ensure your DNS settings are correctly configured to point
*.vercel.appto your Appwrite instance
- Make sure to configure (CORS) settings in Appwrite to allow requests from both hostnames
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...