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.
Kenny
7 Jun, 2024, 15:40
You'll need to add the new domain as a platform in the console.
Kenny
7 Jun, 2024, 15:41
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.