The system in the local installation locked the administrator account. Deleting it in the LOGS collection did not help! Help, please! #8942
Unanswered
rollingcookies
asked this question in
Troubleshooting
Replies: 1 comment
-
Given you're main concern is retrieving the chats or being able to start-over with existing mongodb, its possible. Look at the credentials used for mongodb in .env and use them to see if the data is intact. Example string I got from AI as I don't use Windows for server environments. Haven't done so since the 90s. mongosh.exe "mongodb://userName:password@localhost:27017/databaseName?authSource=admin" |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
So, today my admin account in a local installation (without Docker) LibreChat locked up, I can't access it now. I deleted all the entries in the 'logs' collection (MongoDB>Librechat base). The server has been rebooted.
Cleared cookies in the browser. Tried running in DEV mode:
But nothing helps to solve the problem! Help, please! There are valuable data left in the chats!
I also removed all restrictions in the .ENV settings:
Version Information
Now the system gives this error in the authorization window: An internal server error has occurred. Please wait a few minutes and try again.
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions