
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
localhost
and*.vercel.app
as custom domains.

- Ensure your DNS settings are correctly configured to point
*.vercel.app
to your Appwrite instance

- Make sure to configure (CORS) settings in Appwrite to allow requests from both hostnames
Recommended threads
- [AppwriteException: Network request fail...
When I tried to list the documents from one of the collections, it would show Error: Network request failed. But if I tried others, it would show all of the doc...
- Question about adding duplicate worker-f...
1.) Is this still this is a valid strategy for having parallel processing of async function executions? I saw some support threads on the appwrite site which we...
- How to detect user disconnection?
I'm creating a 1v1 challenge using realtime and i want to trigger a function when the user disconnect... how to make this using Appwrite Realtime? i searched i...
