You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug was introduced in 0085ee3
If no icon is specified an empty 'icon' attribute is created. This causes Chrome to make a request to serviceworkerdomain/null, which returns a 404 in my case.
I solved this in my service worker by deleting the empty attribute.
A bug was introduced in 0085ee3
If no icon is specified an empty 'icon' attribute is created. This causes Chrome to make a request to serviceworkerdomain/null, which returns a 404 in my case.
I solved this in my service worker by deleting the empty attribute.
Attribute shouldn't exist if it is empty.
The text was updated successfully, but these errors were encountered: