Empty chunk file causes blocked request #435
trailsnail
started this conversation in
General
Replies: 1 comment 5 replies
-
I'm not sure why the mime type is wrong for empty chunks. Is that CloudFlare's doing? I'm also not sure why esbuild is producing empty chunks in the first place. Does it help to manually clear cache in CloudFlare? I'm thinking it must be a CF setting because I haven't heard of any problems with beta.39 on jsDelivr or other CDNs. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are using Cloudflare and see since beta.39 that empty chunk file requests are blocked because of wrong mimetype
This results in half rendered GUI / missing components, because Cloudflare seems to cache mime type https://community.cloudflare.com/t/incorrect-mime-type-returned-from-cloudflare/202060
Any ideas, how we can get this working?
Atm we set a whitespace manually in every empty chunk file
The files are physically existent, and callable in local dev environment, without cloudflare in use - don't think about the 404 status in screen
🍻
Beta Was this translation helpful? Give feedback.
All reactions