Losing session in production #7
irt-msummers
started this conversation in
General
Replies: 2 comments 5 replies
-
Which redis package?? ioredis, redis or upstash?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found it. It was ioredis --but not the problem Thanks |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have you seen where the session is lost when using a production version for node on Linux. I have been able to deploy to vercel -- works fine. I have a Windows :( deployment of node and it works fine -- but I deployed to AWS linux and it seems to create the session but when running the build version -- its like the session changes
but if I run the vite dev version -- it works fine
Is there anything in the sessionOptions that I need to set to get this to work
This is node v16.14.2 which is the same on mac which works fine
@sentry/node ^7.84.0
@sentry/svelte ^7.84.0
@sveltejs/kit ^1.27.6
@types/node ^20.10.1
typescript ^5.3.2
vite ^4.5.0
Thanks
Beta Was this translation helpful? Give feedback.
All reactions