When encountering the error "Failed to load module: Expected a JavaScript module script but the server responded with a MIME type of text/html. Strict MIME type checking is enforced for module scripts per HTML spec," which issue is most likely causing this problem?
A) The JavaScript file is missing from the server.
B) The server is sending an incorrect MIME type for the JavaScript module.
C) The JavaScript module script contains syntax errors.
D) The HTML document is not properly closed.