Skip to content

Favicon isn't using KENER_BASE_PATH #781

Description

@dfjones1981

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:

  1. Host the app version with status as the KENER_BASE_PATH (both built and in env vars
  2. Add a favicon via the site configuration
  3. Open the default status page
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions