-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Description
Checklist
- I have updated to the latest available Home Assistant version.
- I have cleared the cache of my browser.
- I have tried a different browser to see if it is related to my browser.
- I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
curl -XGET https://<my-ip>:8123 -I # returns 200
curl -XHEAD https://<my-ip>:8123 -I # returns 405
I can't open page on Chrome because browser open by default HEAD
Describe the behavior you expected
curl -XHEAD https://<my-ip>:8123 -I # returns 200
Steps to reproduce the issue
Run docker compose:
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./homeassistant-config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
What version of Home Assistant Core has the issue?
ghcr.io/home-assistant/home-assistant:stable
What was the last working version of Home Assistant Core?
I can't remember, I haven't problem one year go
In which browser are you experiencing the issue?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
Problem-relevant frontend configuration
JavaScript errors shown in your browser console/inspector
Additional information
No response
Metadata
Metadata
Assignees
Labels
No labels