Self-Hosted Lobechat Community Edition Issue After Rebuild #8466
Replies: 3 comments 3 replies
-
Hi @mortag! I'm Dosu and I’m helping the lobe-chat team. Your instance is running in "Community Edition" mode (no login/signup) because authentication is not enabled by default. To show the login and signup boxes, you need to set the correct environment variables for authentication before building and running your Docker image. For example, set For Docker deployments, it's recommended to use providers like Auth0, Azure AD, GitHub, Authentik, Zitadel, or Logto, and set their required environment variables as well source. If these variables are missing or misconfigured, authentication is disabled and the login/signup UI disappears source. Double-check your Docker build and runtime environment to ensure the necessary authentication variables are present. If you made changes for language support, make sure they didn't affect your authentication config. If you still don't see login/signup, check your Docker logs for any errors related to authentication setup. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Another thing: Thanks, |
Beta Was this translation helpful? Give feedback.
-
It is resolved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Lobechat Team,
I'm attempting to self-host Lobechat and add support for additional languages. After rebuilding the project using:
pnpm install
pnpm build
and creating a Docker image via docker build, the deployed instance runs in Community Edition mode and disapear all login and signing box.
I would greatly appreciate if you help me to find problem.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions