I am currently using NextJS and the CSR appwrite.
on my dev server. My session stays alive. Now i am using Vercel to deploy to production.
However, I notice that Vercel doesnt save any cookies. therefore it doesnt save my session. Any way i can fix this?
TL;DR
The developer is facing an issue with their session staying alive while transitioning from one page to another in their NextJS and CSR Appwrite application. They had a working solution on their dev server, but after deploying to Vercel, the session data is not being saved. They are seeking a fix for this problem.