Open saviorZSC opened 4 years ago
Could you try with the latest release?
Closing for inactivity. Happy to help though, if you are still experiencing the problem be sure to let us know!
I am having this problem as well and would love to troubleshoot this if you can help.
Does the autofocus block error prevent logging in entirely?
In the iframe, yes. Outside of the iframe, no.
I'm trying to include it as an iframe in Home Assistant (not running the Home Assistant add-on... Running it in docker). When I click the link, I get the password page. When I enter my password correctly, it just reloads the password page. In the Chrome console I see the error noted in this thread.
Ah, ok. I'll see if I can replicate.
Will reopen as well.
I don't know if this helps you guys, but I wanted to give you guys some more information.
I access home assistant by https://ha.mydomain.inside:8123. I accessed VS Code by https://vscode.mydomain.inside When I have:
panel_iframe:
vscode:
title: VS Code
url: "https://vscode.mydomain.inside"
icon: si:visualstudiocode
This configuration exhibited the problem described above.
Here's what I did yesterday:
location /code-server/ {
# "vscode:8080" is my nginx Docker instance connecting to my code-server Docker instance using Docker Compose
proxy_pass http://vscode:8080/;
# more nginx proxy options here
}
panel_iframe:
vscode:
title: VS Code
url: "https://ha.mydomain.inside/code-server/"
icon: si:visualstudiocode
So, since both Home Assistant and code-server are not running with the same hostname (ha.mydomain.inside), the problem goes away.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.
i have perhaps the same issue : impossible to login
Hi: I installed the release 2.1698-vsc1.41.1, and I use this command and set a password to start it:
this is ok to run. But when i put it in iframe, when send the password will show this error on browser:
This seems to be a cross-domain issue,but I can't found any setting to fix it. If you has any idea, please tell me. thanks you.