Issue with configuring OIDC login #7047
Replies: 2 comments 1 reply
|
The missing piece is Add it under the same service's HOMEPAGE_AUTH_ENABLED: "true" |
1 reply
|
Turns out it was my custom css that was not compatible as it was reusing some classes that I was hiding for the main dashboard before. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
After configuring my environment variables, I seem to get a login screen that has no button

These are my environment variables
No errors in the logs
homepage version
2.1.2
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
Here are the docker logs
2026-08-23T11:10:35.091681267Z [homepage] /app/config already owned by correct UID/GID, skipping chown
2026-08-23T11:10:35.095469224Z [homepage] Fixing ownership of /app/.next
2026-08-23T11:10:35.790581583Z [homepage] ▲ Next.js 16.3.0
2026-08-23T11:10:35.790721898Z [homepage] - Local: http://[::1]:3000
2026-08-23T11:10:35.790741566Z [homepage] - Network: http://[::]:3000
2026-08-23T11:10:35.790947144Z [homepage] ✓ Ready in 0ms
2026-08-23T11:10:35.792791981Z [homepage] ✓ Running next.config took 0.9ms
No errors in browser
All reactions