Closed FjellOverflow closed 2 months ago
Excellent find.
This is because the moved the method from GET to POST and even though the "password" is set via a url query, it is now sent via form data but Kiosk is still look for it in the queries.
Should be fixed in 0.7.2 now
Describe the bug When setting
KIOSK_PASSWORD: "test123"
in ENV, the frontent always gets401
response even though thepassword
URL-param is set. All works fine when no password set inENV
.To Reproduce
KIOSK_PASSWORD: "test123"
http://localhost:3000/?password=test123
in browser.Expected behavior Can access webapp.
Your Kiosk version 0.7.1
Your Kiosk installation Docker
The URL used to access Kiosk - http://{KIOSK_URL}/show_time=true&time_format=12
Desktop: