boomam
March 26, 2025, 8:32pm
1
Hi,
I’ve been working on updating the addon for Traefik, as the original repo i found is read-only and deploys a much older version.
I’ve got v3.3.4 deploying on my HA, but for the life of me i can’t get the sidebar to render the Traefik dashboard correctly. Am i missing something obvious here?
Example -
If i expose the port so i can access the dashboard directly, everything renders correctly.
Has anyone come across this before?
Thanks!
boomam
March 26, 2025, 8:53pm
2
Looking at Chrome’s dev tools, i see a lot of these, for each of the sections in Traefik -
Error -> dashboard/entrypoints
m {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest, …}
code
:
"ERR_BAD_REQUEST"
config
:
{transitional: {…}, adapter: Array(3), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
message
:
"Request failed with status code 404"
name
:
"AxiosError"
request
:
XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …}
response
:
{data: '404: Not Found', status: 404, statusText: '', headers: A, config: {…}, …}
status
:
404
stack
:
"AxiosError: Request failed with status code 404\n at We (https://home.domain.com/api/hassio_ingress/daUsvsx94adqAhQ2oc_aLTQgg6BklpLGfml7RqBB4yI/dashboard/assets/api-BEyC_jU2.js:3:1021)\n at XMLHttpRequest.w (https://home.domain.com/api/hassio_ingress/daUsvsx94adqAhQ2oc_aLTQgg6BklpLGfml7RqBB4yI/dashboard/assets/api-BEyC_jU2.js:3:6033)\n at B.request (https://home.domain.com/api/hassio_ingress/daUsvsx94adqAhQ2oc_aLTQgg6BklpLGfml7RqBB4yI/dashboard/assets/api-BEyC_jU2.js:5:1942)"
[[Prototype]]
:
Error