Clicking on browser refresh button is navigating user back to the application home page
0
Scenario: User lands on the home page(index.html) after logging into the application using SAML SSO. Once user navigate to a different page and click on browser refresh button, user is navigating back to the application home page. Expected: User should be on the same page after refresh. Solutions tried: 1. We tried adding page URLs, its working in local but failed to load page in DEV with '404 not found error'. Studio pro: V.9.24.30, we are using deeplink. 2. Added URL widget from market place, but did not work. Is there way we can let the user land on the current page rather than navigating back to the home page. Thanks in advance.
asked
Bharath Andalam
2 answers
0
Hi Bharath.
your proposed solutions are correct. If you want a user so land on a specific page you somehow need to save the path to the page.
As the DeepLink module is deprecated I would suggest you to make use of the built in feature "Page URL". Mendix 9 has limited set of features only allowing one pageParameter using the GUID in the path. In Mx10 they improved the functionality allowing to define custom logic to define a path to a page using attributes of the parameter.
I hope that helped
answered
Levin Bohrisch
0
Hello Bharath,
please update your pages to include a URL, set a URL for your page in the properties panel.