Hi everyone, I converted a part of an existing web app into a PWA offline functionality. Therefore I made a new navigation profile (responsive web offline) with the user roles of both profiles (Responsive web and responsive web offline). When signed in (online), the user can use the whole app. I have added a button on one of the online pages to enter the homepage that I configured in the PWA navigation profile. But this does not seem to work. Mendix gives the error that there is no connection and the page and data do not load. However, when I set the offline homepage as the homepage for both the online and PWA navigation profile the user is able to work offline. In that case Mendix has cached the offline pages and data. How can I provide functionality to the user to work offline without them needing to log out and log in? Thanks in advance!