Local email/password login successful but no session created #7821
Unanswered
dfiasconaro
asked this question in
Troubleshooting
Replies: 1 comment
-
Moved to troubleshooting since it can't be reproduced: chrome_5BfCQ2lRqX.mp4danny:~/LibreChat$ docker images | grep librechat
ghcr.io/danny-avila/librechat-dev latest c9b448016df0 5 days ago 1.05GB this corresponds to the latest version built: danny:~/LibreChat$ docker inspect ghcr.io/danny-avila/librechat-dev:latest | grep -o '"ghcr.io/danny-avila/librechat-dev@sha256:[a-f0-9]\{64\}"' | cut -d'@' -f2 | tr -d '"'
sha256:e01e7401e00ca52bd8c7eec8e007f008ec5e6011ec1094a8033d7546ba9814e4 Please paste relevant logs that were created when reproducing the error. Log locations:
There are two types of logs that can help diagnose the issue:
Error logs contain exact stack traces and are especially helpful, but both can provide valuable information. Please only include the relevant portions of logs that correspond to when you reproduced the error. Updating Instructions (docker): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
A couple days ago I stopped being able to log in with my email/password. It doesn't give an error, the logs show a successful login, but I'm redirected to the login screen instead of the chat screen.
When I check MongoDB no session exists.
Version Information
d3a5048
Steps to Reproduce
I was able solve by reverting to tag 4808c5be48a561fe856151233550090b2b92b2eb
However the tag after that breaks the login again d3a504857a892bc9cc2e3720581e22aa7d5ebf12
What browsers are you seeing the problem on?
Chrome
Relevant log output
No errors in logs
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions