Hey!
I read nearly the entire forum but couldnt find any hint…
Everytime I want to access my HA via my reverse proxy, I get the “404: Not Found” Error.
My Config File:
# Loads default set of integrations. Do not remove.
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.21.1.2
- 192.168.1.162
- 172.21.1.0/24
- 192.168.1.0/24
Do you have any ideas? Thanks in advance