-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error serving a Unity3D webgl project after I installed flutter on my machine #10
Comments
Sorry but I'd need a repo to tell you what's wrong. It's possible some other app you served locally is using a service worker in which case you might be able to fix it by going into your browser's devtools and deleting the service worker. In Chrome I seem to be able to go to chrome://serviceworker-internals/?devtools and then if there is one registered for localhost, unregister it. |
Sure. Here it is.
And you're probably right, it might have been a google flutter hello world or something that I ran once on the browser and it persisted. |
And thanks for your tip, I found that on firefox too |
more on removing sevice workers here https://stackoverflow.com/questions/33704791/how-do-i-uninstall-a-service-worker |
I'm getting ERROR: GET /flutter_service_worker.js?v=2538856064 [404: does not exist], even though flutter is not running anywhere - as far as I'm aware.
The text was updated successfully, but these errors were encountered: