wildhaber/offline-first-sw

issue with 404 handling

Opened this issue · 0 comments

Hi,
first of all thank you for your work.

I have an issue with the 404 redirection.
If I input a non existing url on my website I don't get the 404 page, but just a broswer error.

If I look at the network waterfall I see that the service worker actually calls the 404 page but once it is there, it calls the old page again. It does it two or three times before stopping.

immagine

Have you ever encountered such an issue? Can you please help?

Thank you.