Hi friends,
I need some guidance trying to follow this guide. I can start the server and begin the “onboarding” process at http://localhost:7123/onboarding.html but get stuck in step 5
I’ve started having this issue as well. I know it’s not the add on I was working on as having a completely empty project with just the files for the container produces the same thing. I’m not sure if whatever image is being pulled has changed but I’d be interested if you get it fixed or find a work around
Hi @philak
Thanks for check-in
I’ve tied to use "image": "ghcr.io/home-assistant/devcontainer:1-addons" in the devcontainer.json(without any luck) but that will not be my solution anyway.
Not sure where to target this problem, maybe open an issue?
So while I didn’t find a cause or manage to find a way to fix it I did find a way to bypass it. All you need to do is during the onboarding open your network console (F12 on chrome) then follow the onboarding process until you get stuck. Then in the network tab filter by onboarding and copy a request like below:
Then switch to the console tab and paste the fetch request, you might need to set allow pasting, then update two things. The first is the URL to /integration, in mine I used the /analytics request as the base. The second thing is update the body from null to this: