mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #43] System gives error: [Auth] Incorrect Configuration Detected!. Authentication is enabled but all authentication services have been disabled #21
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aroundmyroom on GitHub (Oct 6, 2024).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/43
Originally assigned to: @glenndehaan on GitHub.
The problem
AUTH_INTERNAL_ENABLED: 'true'
AUTH_INTERNAL_PASSWORD: '0000'
Are being used, but systems gives incorrect configuration detected. Authentication is enabled but all authentication services have been disabled
if this error happens than there is an error 501
When I enable the OIDC from false to true than I get a web interface
so it seems I am missing something when wanting to use the internal pincode system
What version of UniFi Voucher Site has the issue?
4.03
What was the last working version of UniFi Voucher Site?
No response
What type of installation are you running?
Development Version (Not Recommended)
Anything in the logs that might be useful for us?
No response
Additional information
No response
@glenndehaan commented on GitHub (Oct 6, 2024):
Hi @aroundmyroom,
I have just released version 4.0.4. It seems that my patch within 4.0.2 for Home Assistant users was breaking the variables for Docker/Development installations. This should now be resolved within this new version.
Kind regards,
Glenn
@aroundmyroom commented on GitHub (Oct 7, 2024):
Thank you.
this new version resolves my issue.