Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "". (I did type module)

Viewed 100

I'm getting this error though I don't know what I'm doing wrong (main.mjs and connect-database.mjs work when they aren't connected to html file)

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.

index.html:

enter image description here

main.mjs:

enter image description here

connect-database.mjs:

enter image description here

0 Answers
Related