Missing [openidStrategy] debug entries #8726
Replies: 2 comments 1 reply
-
The library for OIDC was upgraded and logs may have been removed in the process. |
Beta Was this translation helpful? Give feedback.
-
Found the issue. The second system was using a more recent digest of the To resolve, I ended up modifying the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two systems both running Ubuntu 22.04 using LibreChat 0.78. The second system is a cloned system from the first minus certain configuration changes such as the OpenID client info and hostnames. The second system is having an issue where the
[openidStrategy]
entries are not being logged in the debug log. However, the first system is properly logging the OpenID entries.I have compared the following files that do not indicate any apparent differences that would cause one system to log the entries while the other doesnt.
deploy-compose.yml
is defaultdocker-compose.yml
is defaultdocker-compose.override.yml
has the following on both systems:On the
.env
file for both systems, the following options are set:For the
librechat.yaml
file on both systems, the following is set:For the working system, I get entries like this when a user successfully signs in with openId:
For the non-working system, the debug log does not have any entries:
Is there a log or some documentation to reference so I can further troubleshoot why I am not getting the proper logs from openId?
Beta Was this translation helpful? Give feedback.
All reactions