-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading css chunk failed on Arch Linux for v0.8.13 #1609
Comments
if the http error code is 504 , it will be fixed by #1612 |
After I updated to v0.8.14, the |
@y-not-u could plz help to investigate in Arch Linux ,the root cause is express-http-proxy request to mako hyper server with keep alive, but hyper is config to disable keep alive. could plz try to do some modify in node_module to verify keep alive is disable or not. btw: do you update @umijs/bundler-mako to 0.8.14 ? |
@stormslowly I didn't install I'm glad to help you to find the issue. |
i have tried to reproduce this case in a linux machine, but failed. @y-not-u could you plz help to confirm the version of bundler-mako in used. at the root of you project, run below cmd find node_modules -name bundler-mako -type d check the package.json file under above output path if the version is not 0.8.14, patch it's index.js file like this mako/packages/bundler-mako/index.js Lines 121 to 135 in 9a4c4d8
then re-run dev after, check if the problem is still here |
if you are using umi, you can verify it easily by change version to 4.0.0-canary.20240925.1 |
after executing the cmd, the output is as follows: And then I patch the index.js file, it works! |
you can npm ls @umijs/bundler-mako to inspect who introduced it |
It was normal on v0.8.12, but it's not working on v0.8.13
The text was updated successfully, but these errors were encountered: