Hi,
I'm using a Power component to display a list of items loaded from the Power Portals API and stored inside an IndexedDB.
I PWA enabled my Power page and enabled "offline pages" to be able to use the website/application offline.
The first time you open the PWA all the data is loaded and saved in an IndexedDB.
Once the data has been loaded, I would like the user to be able to CRUD items from the list.
Once network is available, all changes would be synced with Dataverse.
This is all working correctly, the only issue is when starting the PWA offline.
Sometimes I get a default Chrome error "This site can't be reached".
- If I open the application with network connection, everything is working fine.
- If I go offline, close and reopen the app, everything is working fine.
- If I go offline, close the app and reopen after some time (5min), I get the "Site can't be reached" error.

Any ideas how to resolve this ?
Thanks in advance for your help!