Session cookie not refreshing

I'm using Next.js Pages Router. Login works fine. Session gets updated on server when it's supposed to, pushing back the expiresAt. But the response headers for all the later requests don't include the session cookie, so it expires and gets removed. I've tried calling authClient.getSession to try to manually refresh the session - returned 200 but didn't include the session cookie in the response headers either. I'm not using the customSession plugin. Any ideas?
Solution:
yeah it is fixed on 1.2.6
Jump to solution
3 Replies
KiNFiSH
KiNFiSH3w ago
what version are you on ?
lukas
lukasOP3w ago
1.2.5 Seems to be fixed in 1.2.6-beta.5
Solution
KiNFiSH
KiNFiSH3w ago
yeah it is fixed on 1.2.6

Did you find this page helpful?