So sorry for doesn’t reply your message. I was trying another alternatives because I though the problem seems around the server itself.
I’m not good enough talking in english but I’ll try to explain me about my attempts to fix it:
First of all, if I try to change the start page it doesn’t matter because the redirect affect directly into the “scope” of the manifest. So, the manifest take the directory of the wordpress, in that case /fc and the plugin take that information as “/fc/fc” so in the PWA load the 404 fallback page because that page doesn’t exist (and error log appears, and also the service worker avoid the try to fetch).
So, editing the superpwa-manifest.json in the start_url and scope erasing the /fc just putting the root page, the service worker starts to work and fetch the content at first sight; even doesn’t show the offline content.
I was checking out and it seems that it stays in loop around line 18 of the superpwa-sw.js and the collateral damage is don’t update the content of the page until deactive the plugin or edit the manifest again.
The easy way to fix it is change my directory of wordpress to root; but that’s an security protocol of my client and I can’t change it *sigh*…
Do you see any solution in someway?