Users that registered with email/password cannot log in with Google OAuth #9158
Unanswered
alexolmedo
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
Use case: With the current provider validation, that admin can no longer log in at all — there’s no migration or linking path, just a hard failure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is intentional after this was patched: #8999 Reason: #8980 To fix this, you have to edit the user's You can use the Mongo MCP server with LibreChat to help you: # librechat.yaml
mongodb:
startup: false
command: "npx"
args:
- "-y"
- "mongodb-mcp-server"
env:
MDB_MCP_CONNECTION_STRING: "${MDB_MCP_CONNECTION_STRING}" # .env
MDB_MCP_CONNECTION_STRING=your_connection_string |
Beta Was this translation helpful? Give feedback.
1 reply
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?
Users who originally registered with email/password (provider: local) cannot later log in with Google OAuth, even if they use the same email address.
When they attempt to sign in with Google, authentication fails with the error:
Token is not present. User is not authenticated.
This issue was introduced in commit: 1ccac58
Expected behavior
If a user signs in with Google using the same verified email address they registered with, they should either:
Version Information
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions