Page URL is not working after Mendix 8 to Mendix 9 update

0
We have implemented a sign up and forgotpassword flow for anonymous users. On the login.html we have added 2 buttons that redirects to f.e. href="./p/forgotpassword/" and the url of the page in Mendix is /forgotpassword/. This all worked before we updated to Mendix 9. Now when I select one of the buttons the url changes from http://localhost:8080/login.html to http://localhost:8080/#/forgotpassword/ for a millisecond then it changes to http://localhost:8080/p/forgotpassword/  and then the correct page is visible for a millisecond and then it is automatically redirected to http://localhost:8080/login.html#/forgotpassword/ which shows the login page again. Nothing popsup in my console or browser console. Any idea how to fix this?
asked
1 answers
0

Have you check if the forgotpassword page is still accessible for anonymous users.

If so, you can still be able to access the page by directly entering the URL.

 

It could be possible that the migration could have changed permissions.

answered