:warning: Hi there! We are seeing a regression in ...
# ask-community
v
⚠️ Hi there! We are seeing a regression in Dagster 1.3.4 where Dagit does not take the
--path-prefix
parameter into account anymore and references Javascript chunks in
/
, resulting in 404s. This is an issue for us because we are serving Dagit behind a reverse proxy. This does not happen with Dagster 1.3.3.
Copy code
Sorry, page can't be displayed.
Please report this error to the Dagster team via GitHub or Slack. Refresh the page to try again.
Loading chunk 66 failed.
(error: https://[redacted]/static/js/66.59ee76a5.chunk.js)

@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1851226
@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1847481
reduce@[native code]
@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1847452
@https://[redacted]/dagit/static/js/main.ef57a691.js:2:2192198
_@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1569640
wc@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1423151
Ds@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1411785
ys@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1411713
gs@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1411576
ss@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1408692
ss@[native code]
Zo@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1349286
fs@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1409198
@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1427310
el@https://[redacted]/dagit/static/js/main.ef57a691.js:2:1427340
@https://[redacted]/dagit/static/js/main.ef57a691.js:2:2208267
@https://[redacted]/dagit/static/js/main.ef57a691.js:2:2208459
global code@https://[redacted]/dagit/static/js/main.ef57a691.js:2:2208462
Hi again! Just wanted to make sure this gets noticed.
d
We’re actively working on a fix for this for the release later this week.
v
Awesome! Thanks for the heads up and the great support, as always! 😄