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
When generating a new server version, getting a server cache issue where it was pointing to old index file, causing an error in the console like this:
index-B28skwsh.js:1 Failed to load module script: 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.
When clicking on the actual file, you'll see its the index file pointing to an index .js file that is no longer there since it is a new build. The only way I resolved this was first not using the subprocess command and just running locally. Then re-trying with the subprocess command.
The text was updated successfully, but these errors were encountered:
When generating a new server version, getting a server cache issue where it was pointing to old index file, causing an error in the console like this:
index-B28skwsh.js:1 Failed to load module script: 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.
When clicking on the actual file, you'll see its the index file pointing to an index .js file that is no longer there since it is a new build. The only way I resolved this was first not using the subprocess command and just running locally. Then re-trying with the subprocess command.
The text was updated successfully, but these errors were encountered: