Hello!
I develop with next.js for frontend and nest.js for backend.
I am getting the following error right now.
"ERROR [ExceptionsHandler] req.session.touch is not a function"
The cause seems to be a conflict between the session issued by express-session and the session issued by supertokens.
How can I fix this?