Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cacheing Issue #1

Open
bbollen23 opened this issue Jan 22, 2025 · 0 comments
Open

Cacheing Issue #1

bbollen23 opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bbollen23
Copy link
Contributor

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.

@bbollen23 bbollen23 added the bug Something isn't working label Jan 22, 2025
@bbollen23 bbollen23 self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant