PWA Always Loads Offline Profile Regardless of Internet Connection
0
Hello Everyone, I’m working on a Mendix application that has three navigation profiles: PWA Online PWA Offline Responsive Web When I try to access the app on a mobile device (as a PWA), it always defaults to the Offline profile, regardless of the actual internet connectivity status. I’ve tried clearing the cache and reinstalling the PWA on the device, but the behavior persists. The navigation profiles are configured properly, with no overlap or interconnection between Online and Offline pages. I also attempted a JavaScript action to detect internet connectivity and manually route to different flows. However, this approach fails because Offline flows can't call pages from the Online profile, even when using nanoflows. My Question: Is there a way to force Mendix to switch automatically between Online and Offline profiles based on the user's connection status? If the device is online → the app should open the Online profile If offline → it should switch to the Offline profile Is this expected to work by default, or am I missing some configuration? Any guidance or shared experience on this would be greatly appreciated. Thanks in advance!