muecke36
muecke36
Any news on this?
The code looks like this: { values.comment = text setValues(values, true) return text }} /> If I select the dash in the richt text control the error is thrown and...
Same problem here
The problem in my case is, that I enabled login without password (allow_bypass_login: true) [see here](https://www.home-assistant.io/docs/authentication/providers/#skip-login-page-examples) and therefore the login URL is not "/auth/providers" but "/auth/authorize".
In version 1.4.11 the login with these settings works fine.
Yeah that was the problem. I added the default auth provider and now also 1.5.3 is working for me: auth_providers: - type: homeassistant