Describe the bug
When I set the env var AUTH_CREDENTIALS_LOGIN_ENABLED
to false
as documented here, Sourcebot just becomes completely unusable. It will always redirect to the login page, which is lacking the login form. The sign up page is the same.


To reproduce
docker run \
--name sourcebot \
-p 3000:3000 \
-e SOURCEBOT_TELEMETRY_DISABLED=true \
-e AUTH_CREDENTIALS_LOGIN_ENABLED=false \
ghcr.io/sourcebot-dev/sourcebot:latest
Sourcebot deployment information
Sourcebot version (e.g. v3.0.1): 4.5.0
Running in k3s
Additional information
No response