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

Service Worker Interference Causes Compile Error on localhost:8000 After Using Go-App #1021

Open
wathika-eng opened this issue Jan 29, 2025 · 1 comment

Comments

@wathika-eng
Copy link

I encountered a persistent issue where, after running Go-App on localhost:8000, any subsequent web services running on the same port result in a WebAssembly error:

CompileError: WebAssembly.instantiateStreaming(): reached end while decoding section length

This happens even after switching to a new project or web server (e.g., PHP).

Image

@mlctrez
Copy link
Contributor

mlctrez commented Jan 29, 2025

The service worker for go-app is still registered which causes this. It must be un-registered before switching to a different project that does not use service workers. This is not unique to go-app.

https://stackoverflow.com/questions/33704791/how-do-i-uninstall-a-service-worker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants