-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Esm.sh randomly sends no content for mjs file extension #634
Comments
Some URLs at v120 are affected too. Like https://esm.sh/v120/[email protected]/node/is-unicode-supported.mjs serves nothing. v119 serves data back. |
I would suggest anyone to use v119 for now if their packages are affected with this bug. I didn't see any bugs for v119 till now. |
Even sometimes v119 causes this issue: https://esm.sh/v119/[email protected]/node/bl.mjs |
Now even at v118 : https://esm.sh/v118/[email protected]/node/onetime.mjs |
Hi @renhiyama - thank you for your comments on issue 633. It looks like this problem is cache/location specific - those URLs you posted are working for me - i.e. I get file content returned for these URLs. https://esm.sh/v118/[email protected]/node/onetime.mjs |
So maybe it's cloudflare config issue and not esm.sh server building and serving issue? |
just opened your links, they work for me too |
Hi @renhiyama yes it sounds like it might be that. Different from 633 in that you are seeing no content returned, but with the js links I am seeing the "esm.sh - error" 2-line content. |
i don't think this is an issue of esm.sh, check your isp(network) or system proxy |
Example:
URLs example:
These above URLs work fine when using esm.sh v120 and older versions.
The text was updated successfully, but these errors were encountered: