Getting mime error: content type is [''] with flutter
My flutter app doesn't loads and throws mime error. Apparently cloudflare pages is not detecting my main.dart.js script and returning it as plain text/without the content type header.
I tried:
I tried:
- Disabling cache
- Disable proxying for the custom domain
- Redeploying
- Purging cache
- Disabling minify
- Deploying through chrome and through firefox