Hi guys.
What am i missing here? My addon works fine until i hit F5 and reload the page then i get a 404 error.
It only happens on my own addons so i must be missing something.
{
"name": "My Settings",
"version": "0.0.2",
"slug": "my_settings",
"description": "My Settings",
"url": "https://.dk/",
"startup": "system",
"boot": "auto",
"full_access": true,
"docker_api": true,
"homeassistant_api": true,
"host_network": true,
"host_dbus": true,
"hassio_api": true,
"hassio_role": "admin",
"stdin": true,
"host_pid": true,
"apparmor": false,
"ingress": true,
"map": ["config:rw"],
"ingress_port": 5898,
"panel_icon": "mdi:tune",
"panel_title": "Xtra My Settings",
"arch": ["armhf"],
"options": {},
"schema": {}
}