Hi! I’m currently facing a problem with chunk loading in firefox.
Loading module from “https://......../chunk-BYXBJQAS.js” was blocked because of a disallowed MIME type (“text/css”).
In Fact, this chunk is empty, but angular always generates it and it will be imported from other js.
I checked the same build in my local environment and on our staging hosting and it works there.
Here on kinsta there is the problem, that server sends incorrect content-type “text/css” instead of “application/javascript;” for this chunk.
IMHO, it happens because this chunk is empty (since all other chunks have at least something).
Do you have any other ideas or advices how this error can be fixed?
Best Regards