Deeplink not working with online and offline navigation profile
0
Dear community, For a project we have an PWA offline integration. To do this we have both online and offline navigation profile in place. The default home page of online profile is a microflow, of the offline profile a page (as only pages are possible). Furthermore we make use of deeplinks. However, when we navigation to a Deeplink, the on-enter microflow is not triggered. Instead, the homepage of the offline profile is triggered. If we later use the on-enter microflow, the deeplink is picked up. However, we want this directly, as manually editing the url is not feasible. We tried to extend the deeplink url with profile=Responsive to force the url to use the online profile. This did not work. Does anyone have ideas?