again : TypeError: Failed to fetch dynamically imported module #9786
Unanswered
magic-thomas
asked this question in
Q&A
Replies: 1 comment
-
I am using Even though there is a file, the url with domain goes to nginx 404 error page sometimes . When it is cashed, the url does not have error. But in shadow mode of chrome, it is blocked again . What should I have to do ? Migration to Vercel is not my answer , cause I am not used to Vercel service. How can I go along with Cloudflare and my self hosting server? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi .
I get error
Failed to fetch dynamically imported module
again..I compared the alerted javascript response with normal javascript response.
I found the alerted url respond as
content-type: text/html
, while normal javascript url respond ascontent-type: application/javascript
How can I set all my svelte script respond as a
application/javascript
type ?And why does some javascript respond as
content-type: text/html
type ?Beta Was this translation helpful? Give feedback.
All reactions