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
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).
The text was updated successfully, but these errors were encountered:
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.
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:
This happens even after switching to a new project or web server (e.g., PHP).
The text was updated successfully, but these errors were encountered: