Having trouble with the Service Worker.
While testing locally, the Service Worker functions perfectly (as it allows http://localhost), but when attempting to test the same app on mobile using my computer's IP address, an error appears in the console stating: The Notification API may no longer be used from insecure origins. Consider transitioning your application to a secure origin like HTTPS. Is there a way to ensure that the service worker is working properly on mobile devices?