You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Notion from "./node_modules/notion-api-js"
console.log("Hello Notion")
and I get this error : Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
How do I resolve this?
The text was updated successfully, but these errors were encountered:
I just have two lines in my index.js file
and I get this error :
Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
How do I resolve this?
The text was updated successfully, but these errors were encountered: