question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dagit - Using --path-prefix serves CSS on the incorrect directory

See original GitHub issue

Summary

When using --path-prefix /foo, this works great except for the fonts seemed to be served off the root directory:

GET https://example.com/static/media/SourceCodePro-Bold.9efc4535.woff2 net::ERR_ABORTED 503
main.af0c7fcc.chunk.css:1
GET https://example.com/static/media/SourceCodePro-Regular.6b0680a0.woff2 net::ERR_ABORTED 503

In the CSS, this looks like:,url(/static/media/OpenSans-SemiBold.d76f9a5e.woff2) format("woff2")}, so it’s using that it seems.

Reproduction

  1. Run with --path-prefix
  2. Open dev console when on the path prefix in your browser
  3. Observe results

Message from the maintainers:

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
schrockncommented, Mar 23, 2021

wow that’s super cool

1reaction
bollwyvlcommented, Mar 23, 2021

Sorry, took a sec, but with the 0.11.1 release up, the interactive binder example looks quite good now, and there are no dagster-related errors. Good show!

Binder

Read more comments on GitHub >

github_iconTop Results From Across the Web

1.1.7 (core) / 0.17.7 (libraries) - Dagster Docs
When running dagit or dagster-daemon locally, environment variables included in a .env file in the form KEY=value in the same folder as the...
Read more >
D3760 Allow Dagit to be mounted at a path via new
This diff adds a new --path param that hosts dagit and the /graphql endpoint at a subpath. No requests assume the root path,...
Read more >
Mattermost legacy self-hosted changelog
Updated in-product help documentation to fix broken links and to correct outdated ... in CPU usage and database connections for servers with an...
Read more >
Hadoop 2.3.0 Release Notes - Apache
serviceStart(MiniYARNCluster.java:253) at org.apache.hadoop.service. ... This test fails on Windows due to incorrect use of batch script command.
Read more >
hadoop-common - Git at Google
<blockquote>In the web services api for the cluster/metrics, ... <b>By default yarn application -list should display all the applications in a state other ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found