dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
10.66k stars 1.33k forks source link

Favicon missing when Dagster is run with a path prefix #21616

Open matrixx567 opened 1 month ago

matrixx567 commented 1 month ago

Dagster version

1.7.4

What's the issue?

Same problem as described in issue #4079

I run the dagster instance behind a reverse proxy with a subpath /dagster. The webserver is started with a path prefix dagster-webserver -h %WEBSERVER_HOST% -p %WEBSERVER_PORT% --path-prefix "/dagster"

The page tries to load the favicon and manifest.json from the root path as shown in the image

image

What did you expect to happen?

The favicon and the manifest file should be loaded from https://DOMAIN/dagster/favicon.svg

How to reproduce?

No response

Deployment type

Local

Deployment details

Running as native process on Windows behind an IIS Reverse proxy

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

3cham commented 3 weeks ago

we have same problem here, not critical but on our monitoring board it does not look good

emily25inGoFreight commented 3 weeks ago

This also happens in version 1.6.14