We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Currently unable to login to the site
To Reproduce Steps to reproduce the behavior:
Expected behavior
Be logged in
Screenshots
Desktop/Smartphone Information
Additional context
The text was updated successfully, but these errors were encountered:
Looks like it's not setting the correct expires value in the session cookie oops:
expires
autorender/src/server/main.ts
Line 124 in b793109
This is kinda annoying to fix at the moment because we want to use maxAge instead but oak_sessions is super outdated.
maxAge
oak_sessions
Sorry, something went wrong.
Appears to be fixed?
This is only temporary every time I restart the server. The real fix would be a code change.
No branches or pull requests
Describe the bug
Currently unable to login to the site
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be logged in
Screenshots
Desktop/Smartphone Information
Additional context
The text was updated successfully, but these errors were encountered: