
I wand to know what configuration need to change in appwrite if i hosted my app on varcel ?
TL;DR
Developers need to change the configuration in Appwrite if hosting the app on Vercel. If using the Vercel-provided domain, it will impact app security as local storage will be used for sessions. To resolve this, add the new domain as a platform in the console.
You'll need to add the new domain as a platform in the console.

if you're going to use the vercel provided domain (*.vercel.app), you'll forfeit having a more secure app because it will have to use local storage to store sessions.


this field

Yes
Recommended threads
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
- Looking for FullStack Developer
I'm looking for FullStack Developer who is passionated about both Frontend and Backend. If you are interested, please DM me. Thanks.
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
