During local dev, session resets (and user is logged out) whenever browser is refreshed
Hi everyone,
I've been using local dev for over a year without problems, and haven't touched my code for over a month. When I just went back in and tried to run it (without making any updates to the code) I could login to the app ok, but when I refreshed the browser I was immediately taken back to the login screen as the session had been lost. I tried restarting my Mac, and removing node_modules and running
thanks,
Geoff
I've been using local dev for over a year without problems, and haven't touched my code for over a month. When I just went back in and tried to run it (without making any updates to the code) I could login to the app ok, but when I refreshed the browser I was immediately taken back to the login screen as the session had been lost. I tried restarting my Mac, and removing node_modules and running
pnpm install again, but the problem persists. If this is only going to affect local dev it's tolerable, but I'm worried that if I push my code to the live server the same thing may happen. Any suggestions gratefully received...thanks,
Geoff