It works when loading the site from incognito window. But not with previously installed service worker:
It works after clearing site data.
It works when loading the site from incognito window. But not with previously installed service worker:
It works after clearing site data.
Same for me on safari and i already staked
Works for me. Safari and Edge on Chromium. Slower loading though.
Works for me as well, but I get this screen oftenly now.
Looks like a trivial fix…
The MIME type of https://nns.ic0.app/flutter_service_worker.js should be text/javascript.
The problem is probably in the webserver config [apache/nginx] for how it handles serving .js files…
The answer will not be in the code of the file, it should be in the configuration of what is serving the file to the client to attach the right MIME, conventionally it’s set in the HTTP content-type header of the response.
I saw the same flutter_service_worker
error, but I think that might be a red herring. It seems that the issue preventing login is that the NNS service worker doesn’t support multiple clients. I was able to resolve the issue by closing other browser tabs there were running NNS. You can see clients running the service working in chrome dev tools (see screenshot.) Make sure there’s only one of those. Worked for me.
Would make sense to fix the obvious error first and see what happens, especially when it’s such a simple fix, were multiple windows/tabs on same device allowed in previous version?
Wish we could contribute more directly to fixing some of these issues on the front-end.