Describe the bug
We are hosting the "status" version of the docker image so our site exists at oururl.com/status
We uploaded a favicon via the site configuration page
The favicon is not displayed, in fact, no favicon is displayed.
Looking at the console, the following url is being requested and returning a 404:
oururl.com/assets/images/{slug}.png
It seems as though if the url was modified to include the KENER_BASE_PATH then it would be
ourulr.com/status/assets/images/{slug}.png
and hopefully render correctly.
To Reproduce
Steps to reproduce the behavior:
- Host the app version with status as the KENER_BASE_PATH (both built and in env vars
- Add a favicon via the site configuration
- Open the default status page
- Notice the favicon doesn't load
Version
4.1.1
Environment
docker status image
Database
postgres
Expected behavior
The favicon displays on each status page
Describe the bug
We are hosting the "status" version of the docker image so our site exists at oururl.com/status
We uploaded a favicon via the site configuration page
The favicon is not displayed, in fact, no favicon is displayed.
Looking at the console, the following url is being requested and returning a 404:
oururl.com/assets/images/{slug}.png
It seems as though if the url was modified to include the KENER_BASE_PATH then it would be
ourulr.com/status/assets/images/{slug}.png
and hopefully render correctly.
To Reproduce
Steps to reproduce the behavior:
Version
4.1.1
Environment
docker status image
Database
postgres
Expected behavior
The favicon displays on each status page