Nothing is showing up on my page

My deploy status says live, but when I use the link to open my page, nothing shows up. I have a blank page.

getting console.log error : Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of “binary/octet-stream”. Strict MIME type checking is enforced for module scripts per HTML spec.

Hi,

You haven’t provided much information here.

When asking for assistance, please elaborate on your issue in as much detail as possible, e.g. service type, URLs, any logs/error messages, reproduction steps, screenshots, etc. to show the problem you’re experiencing. Thanks.

Alan

Hi,
There’s not much I can provide; the screen is literally blank. the Deploy message says live, but unsure what is wrong. The only thing that I can provide is the error message that shows up in the console log.
which is: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of “binary/octet-stream”. Strict MIME type checking is enforced for module scripts per HTML spec.

This is the web page: https://tell-me-about-it.onrender.com

Hi,

Viewing the source of that page shows a reference to a JSX file. JSX is not recognized by browsers. Are you trying to deploy a React app to a Static Site? Maybe see if our guide helps: https://docs.render.com/deploy-create-react-app

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.