Now all of a sudden when I try to run my moralis app Im getting this error
Uncaught ReferenceError: Moralis is not defined
I have never seen this error before, why do I get this now?
In addition to above error I get this notification in my console.
The resource from “https://unpkg.com/[email protected]/dist/moralis.js” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
Line 3 is moralis start
const serverUrl = "";
const appId = "";
Moralis.start({ serverUrl, appId });