User can see other users' messages in convo history #9265
-
have been using version 0.7.2 for my team in a corp environment - LC installed using Docker on a VM and using our Azure OpenAI resource. last week my boss asked me why she could see her boss' (she thinks, or one of her peers) messages in her own history. this spurred me to update to the latest LC (docker rmi > git pull > docker compose pull > update .env and yamls > docker compose up -d > now v0.8.0-rc2), she reports the same issue still. i don't see anyone else's conversations in my own history, i.e., i can't independently verify or replicate.
having no admin portal in the UI, i'm at a loss for what to do next. how can i search the message history across all users to find which user actually typed the thing? i want to rule out some more obvious explanations like:
how else can i troubleshoot? how can i actually peruse the history/conversations of all users to get closer to the culprit? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for the detailed report. Cross-user conversation visibility isn't architecturally possible in LibreChat, our codebase has strict user isolation that is integral to every request that you can verify by reviewing the authentication and database query layers. For troubleshooting, I'd suggest:
The lack of admin UI is a known limitation and we are actively working on it but the database queries will give you definitive answers about conversation ownership. Most likely this is a client-side caching issue or shared authentication rather than a backend data leak. Let me know what the search re-indexing reveals. |
Beta Was this translation helpful? Give feedback.
-
thanks for the quick response!
at any rate, since i can't come up with any more evidence (and what i can find points to the application behaving as designed) i'll close this - i'll comment back here if anything more concrete is discovered - thanks again for pointing me to the things needed to dig deeper, and i look forward to the admin portal's release! |
Beta Was this translation helpful? Give feedback.
thanks for the quick response!