Hello! I develop with next.js for frontend and nes...
# support-questions-legacy
k
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?
r
hey @kojydesu remove express-session from your app
k
Is it impossible to have two sessions?
r
I mean, I’m not sure how express session works, but it has caused issues with supertokens