My website doesn't load properly

I checked your website and I see the same issue.

But when I open my browser developer tools and check the Console, I see the following error:

Loading module from “http://odindk.rf.gd/src/main.jsx” was blocked because of a disallowed MIME type (“”).

We had the same issue on another site a few months ago, which you can see in this topic:

If I check the final posts, it looks like the issue was caused .jsx files being raw TypeScript source code, which browsers do not understand. You need to run NPM on your own computer to compile your React app to regular Javascript instead, and then upload those built files.

9 Likes