-
-
Notifications
You must be signed in to change notification settings - Fork 963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devcontainer stuck after onboarding #1756
Comments
FYI I got past this issue by commenting these two lines out (not really a fix, but let's you get on with it) |
There is a bit of discussion around this in the Home Assistant discord group, see: Devs_add-ons: Addon Development thread. Seems like a recent core change might have broken the way the integration aspect of the onboarding is loaded/authenticated. Timmehhh on discord worked out that the (See the discord chat here for Firefox inspector method, |
A workaround in Chrome: in the Network tab of the Chrome developer console, when you're stuck on onboarding page (after setting up your password and Home location and analytics selections), find the onboarding request (with the little cog next to it). Right click, and select Once you have all your details in the fetch, as below, paste it into the console in your Chrome developer console. Network tab >>
Get Network tab >> |
I've followed the steps on https://github.com/home-assistant/devcontainer to start home assistant from VS Code in a Windows 10 machine.
After supervisor starts, I can access HA on http://localhost:7123. However, after filling the onboarding forms, I get to a screen were I can only see the Home Assitant logo and the background animation. Reloading the page prompts for the user and password, but if I enter the correct credentials I get redirected once again to onboarding.html with only the logo.
I see no errors on supervisor logs, and no javascript errors on the console.
Any thoughts on how to resolve this?
The text was updated successfully, but these errors were encountered: