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
- User (role: guests) missing scope (accou...
1) Navigate to https://cloud.appwrite.io/console/login and login 2) Navigate to your account (https://cloud.appwrite.io/console/account) 3) Click the "Logout" ...
- Realtime connection with authenticated s...
I'm trying to get a realtime connection set up in Next.js, in a client side component for "chats." I have tested my code with a collection that has "any" read p...
- getting {"name":"AppwriteException","cod...
Hey, so im running a express node server and im trying to delete/upload files over it, ```typescript await storage.deleteFile( process.env.APPWRITE_BU...