I need both my root and login pages to always go to network first to see if there is a redirect from the server, and I noticed it stopped working after adding a navigateFallback, I've even added a navigateFallbackWhitelist: [/notmatchableurl/], with no luck.
The only way I got networkFirst working again was by removing navigateFallback entirely.
Hello, I have a
sw-precache-config.js
like this:I need both my root and login pages to always go to network first to see if there is a redirect from the server, and I noticed it stopped working after adding a
navigateFallback
, I've even added anavigateFallbackWhitelist: [/notmatchableurl/]
, with no luck.The only way I got
networkFirst
working again was by removing navigateFallback entirely.