-
Notifications
You must be signed in to change notification settings - Fork 28
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
Strict MIME type checking is enforced for module scripts per HTML spec. #28
Comments
Maybe cargo make serve isn't enough and I am missing a step? |
You get this error if 'cargo make watch' hasn't been successful or hasn't been run. |
I'll reopen this issue so I don't forget to add it into documentation, thanks for the issue! |
This is confusing for people that have never used seed and microserver before. I think ideally Another option is to use the |
It's a little bit more complicated - what build? Debug or Release? Should we add
It would break routing/redirecting from non-root paths, I don't think we can do that. So.. I don't plan to update this quickstart by myself in the near future because I'll focus on Seeder, however I'm open to discussing better DX / API / tasks and then merge PRs. |
I would think the same one you run on |
On mac when cloning and then
cargo make serve
I get the following error on Chrome and Firefox:The server responded with a non-JavaScript MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
The text was updated successfully, but these errors were encountered: