Issue with Authentik Issuer/Authorization #9114
Replies: 2 comments
-
|
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @HarjivenDodd! I'm Dosu and I’m helping the lobe-chat team. The error means Lobe Chat can't find the required Authentik endpoints because of a misconfiguration in your environment variables. Double-check that you are using the new variable names (not the old ones) and that all are set correctly:
Legacy names like AUTHENTIK_CLIENT_ID, AUTHENTIK_CLIENT_SECRET, and AUTHENTIK_ISSUER are deprecated and may not work as expected—use the new names above instead. If you use the old names, Lobe Chat will log a warning and ignore them in future versions (source). Make sure the issuer URL is accessible from inside your container (try If you still see the error, check your logs for warnings about deprecated or missing variables. If you want, you can share your (redacted) environment variable config for more help. Full variable list and example: To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently added Authentik to my Lobechat instance in order to allow for rmultiple users. But ever since adding Authentik I've had the error below repeatedly.
[auth][error] InvalidEndpoints: Provider "authentik" is missing both
issuerandauthorizationendpoint config. At least one of them is required. Read more at https://errors.authjs.dev#invalidendpointsat /app/.next/server/app/(backend)/trpc/edge/[trpc]/route.js:377:56306
at ap (/app/.next/server/app/(backend)/trpc/edge/[trpc]/route.js:377:58250)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
I am running this in unraid, and here are my Environment Variables.
I seem to have provided my issuer, can anyone please help me figure out the issue here?
Beta Was this translation helpful? Give feedback.
All reactions