Replies: 1 comment
-
Hi, @scarf005. Thanks for raising this. Sadly, this has nothing to do with MSW. You get that error from the Try listing the hostname (drop the port) in that Chrome flag and see if that helps. -https://localhost:5173
+http://localhost If you take a look at the examples next to that flag, you can see that you have to list HTTP origin to be treated as "secure". You are currently listing HTTPS origin. That might also be the root cause of your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feedback
i was getting following errors on chrome:

so i followed the guide and added 'https://localhost:5173/' in #unsafely-treat-insecure-origin-as-secure.

however the error persists.
maybe related: w3c/ServiceWorker#1514
Beta Was this translation helpful? Give feedback.
All reactions