Hass.domain.com/api returns 404

I’ve just moved my hassio install into a Debian VM on Proxmox, and everything is working perfectly except for the API.

Docs say that https://hass.domain.com/api should return a json response saying that API is running. Instead I get 404. I have frontend enabled.

# Enables the frontend
frontend:
  themes: !include themes.yaml
http:
  # Uncomment this to add a password (recommended!)
  api_password: !secret http_password
  # Uncomment this if you are using SSL or running in Docker etc
  base_url: hass.domain.com

I had automations in Tasker that worked before with this same configuration, they timeout now.

Ah it should be http://192.168.1.2:8123/api/?api_password=password okay.

And automations did not work because I forgot to turn off vpn on my phone.

I need sleep. Please remove this topic.

1 Like