HomarrH
Homarr9mo ago
45 replies
TheRedCyclops

Internal Server Error with AUTH_OIDC_FORCE_USERINFO="true"

Logs: https://privatebin.io/?d2ac1028e434320e#AQHUZxYpTsACyFcP6Kc3YvfG3Z7AwLcM4W68zDiXN2xg
I was trying to debug authelia and found out I had to add that for the new version but now the only thing that shows up is a 500 Internal Server Error Page
Send text and files securely and anonymously with end-to-end encryption (no account required) | PrivateBin
Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.
Encrypted note on Send text and files securely and anonymously with...
Solution
Error: Validation must be synchronous, but AUTH_OIDC_FORCE_USERINFO returned a Promise.
    at ensureSynchronous (/app/apps/websocket/wssServer.cjs:331605:11)
    at parseWithDictionary (/app/apps/websocket/wssServer.cjs:331613:5)
    at createEnv (/app/apps/websocket/wssServer.cjs:331659:109)
    at createEnv2 (/app/apps/websocket/wssServer.cjs:331706:10)
    at createEnv3 (/app/apps/websocket/wssServer.cjs:331721:31)
    at Object.<anonymous> (/app/apps/websocket/wssServer.cjs:333803:12)
    at Module._compile (node:internal/modules/cjs/loader:1730:14)
    at Object..js (node:internal/modules/cjs/loader:1895:10)
    at Module.load (node:internal/modules/cjs/loader:1465:32)
    at Function._load (node:internal/modules/cjs/loader:1282:12)

This is pretty odd, what happens when you remove the quotes?
Was this page helpful?