You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that by adding the OPENID_CONFIG (with probably incorrect data), the application stops working completely and I can't launch prompts or delete/edit existing ones !
When I comment OPENID_CONFIG, everything starts working properly again.
I don't really know what to put exactly, especially for PROVIDER_URL and SCOPES.
Can you help me to resolve this issue ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I would like to deploy OpenID Connect with SafeNet Trusted Access (STA).
From this 3-minute video, I've done all the steps, except for OAuth.tools which I don't use :
https://www.youtube.com/watch?v=hSWXFSadpQQ
Here's my bash script that deploys the containers |
deploy.sh
:Here's my
nginx
configuration :Finally, here's my
.env.local
using Llama3.1 8B model :And I got this error when I press on "Login" button :
When I do the command
sudo docker logs chat-ui
, I see this line :{"level":50,"time":1727703253975,"pid":30,"hostname":"fe9d8f548283","locals":{"sessionId":"3b700cd7b4efc2a2b47c0f13134904e01f01c3b7d6ff05c6726390e19ea5d431"},"url":"https://ia.chu-lyon.fr/login","params":{},"request":{},"message":"Internal Error","error":{"name":"RPError"},"errorId":"8d7d74e3-b12c-4c1e-9dc5-9847d5e61ea2","status":500}
Note that by adding the
OPENID_CONFIG
(with probably incorrect data), the application stops working completely and I can't launch prompts or delete/edit existing ones !When I comment
OPENID_CONFIG
, everything starts working properly again.I don't really know what to put exactly, especially for
PROVIDER_URL
andSCOPES
.Can you help me to resolve this issue ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: