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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- Sveltekit + Bun sites runtime not deploy...
anyone tried deploying sveltekit + bun sites? its building but not running, and the only thing from build console to value is ``` > Using svelte-adapter-bun .s...
- Domain is owned by a different organizat...
I was trying to add a domain to one of my projects however, it keeps giving me the error of Domain is owned by a different organization. I did have a self hoste...