init.js:1 Error during service worker registration: SecurityError: Failed to register a ServiceWorker for scope ('https://localhost:3001/') with script ('https://localhost:3001/service-worker.js'): An SSL certificate error occurred when fetching the script.
I am creating a get-map-coordinates widget and when i run this widget i am getting above issue in the console.
Please help me on this
in the widget.tsx
I am having this same problem. When I get into my experience dev on my localserver I can't add data to any widget. It says item unavailable and I'm getting this error in my browser.
init.js:1 Error during service worker registration: SecurityError: Failed to register a ServiceWorker for scope ('https://localhost:3001/') with script ('https://localhost:3001/service-worker.js'): An SSL certificate error occurred when fetching the script.
I get the same error when I try to use my custom made WebAppBuilder widget. The widget doesn't do anything yet since I'm just beginning to try this, but still it gives an error.
Error during service worker registration: SecurityError: Failed to register a ServiceWorker for scope ('https://localhost:3344/webappbuilder/apps/2/') with script ('https://localhost:3344/webappbuilder/apps/2/service-worker.js'): An SSL certificate error occurred when fetching the script.