In my project I have such line of code
navigator.serviceWorker.register('{% static "js/firebase-messaging-sw.js" %}')
But if I launch my project not on localhost, I got an error Uncaught TypeError: Cannot read property 'register' of undefined
In my project I have such line of code
navigator.serviceWorker.register('{% static "js/firebase-messaging-sw.js" %}')
But if I launch my project not on localhost, I got an error Uncaught TypeError: Cannot read property 'register' of undefined