I wand to know what configuration need to change in appwrite if i hosted my app on varcel ?
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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...