next-session
next-session copied to clipboard
Memory store not working with npm run dev
When we run the next-session with default memory store in npm run dev mode. This refresh the memory on every page hit as nextjs recompiles the app and the session is not maintained. It works in npm run build mode though.
I'm running into the same issue as well. Trying to read from the session
in two different API routes results in undefined