Network Nervous System frontend dapp not working

Hello dear community,

I am unable to log in the app:

I am not the only one experiencing this issue, I know that, so any advise would be greatly appreciated

It has been reported by @kpeacock. You are indeed not alone as mentioned in this tweet. A fix of the service worker - if I get it right - should have been rolled out one hour ago or something. Did you still face the issue?

1 Like

Hey folks, so this is an update on what happened:

  • we had a canary of the new service worker running for the past 3 days and had not seen any issues.
  • today I rolled out the new boundary node image that includes the new service worker to all the boundary nodes.
  • the new service worker includes the new response verification module and it seems that when the browser updates the service worker it fails to pull the module and ends up throwing an error which you will see in the browser console

sw.js:2 TypeError: Cannot read properties of undefined (reading ā€˜getMinVerificationVersionā€™)

It should be noted that if you didnā€™t have a previous service worker registered, you didnā€™t see that issue and everything would have worked fine.

For now, weā€™ve rolled back the boundary nodes to the previous image that includes the old service worker. If you are still seeing issues you can open the ā€œapplicationā€ tab in the developer tools, pick service workers and de register the service worker.

Apologies for the problem weā€™ll look at including this scenario in our tests

1 Like

its all good now, thank you for your time.

2 Likes