
Good evening guys! After deploying my web app that uses Appwrite as the backend (real-time). How do I change hosting from localhost to the vercel URL or how do I go about it because in the deployed web app, a user cannot up.

You need to add a Platform with the Vercel URL

Thanks alot I've done so. It's working now.

If your issue has been solved, you can close this post by adding “[SOLVED]” to the beginning of the title

Deploying on vercel [SOLVED]

Ok. Thanks

[SOLVED] Deploying on vercel
Recommended threads
- Unable to read session cookie
Hi, when I am hitting Appwrite **/account** API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a...
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
- No Headers
Hi I have 2 appwrite functions, one is working fine on localhost, second is not even working on prod with https, i inspected the api call, no headers are being ...
