wanderer-moe / site

⚙ The frontend of https://wanderer.moe/ — built with NextJS, TailwindCSS & shadcn/ui
https://wanderer.moe/
38 stars 0 forks source link

session cookie not updating for direct login/signup, delayed session state refreshing #242

Closed dromzeh closed 1 year ago

dromzeh commented 1 year ago

session cookies don't update when directly accessing /login and /signup pages for logging in or signing up, this works when navigating from another page.

the session state doesn't refresh after successful login/signup/logout until the page is force reloaded.