Admin session invalidated every time the dev server resets? #10680
Unanswered
amunrarara
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cheers,
While running the dev server via
yarn dev
, every save causes the server to hot reload. When the reload is complete, my admin user session is logged out, prompting another login. It is a total pain in the rear.I see in https://github.com/medusajs/medusa/releases/tag/v1.7.6 that the
sessionOptions
were exposed, and I tried settingttl
higher, androlling
to true. These didn't fix the issue.How can I change that?
Beta Was this translation helpful? Give feedback.
All reactions