Not able to trace the the default pop up displayed by mendix on search of non existed page

0
Hi All,  There is a scenario, in our application we are importing data from another application, once data is imported we are sending a mail to an Anonymous user. This mail contains a link on click of this user navigates to a page. For this link we are using page url.  Once user landed on page, he/she does the work and complete the task, once the task is completed, data is getting deleted from our application. Once data is deleted and again user is clicking on same link from mail, it is showing pop up page , it is by default showing by mendix. This is the page:   I want to remove this pop up and want to display another proper page instead but I am not able to trace from where this page is coming.  Please help me out to achieve this
asked
1 answers
0

Hi Trishla, 

     Actually it is not a page, its a message and you can found that by debugging the microflow which you're triggering and change it into page.

answered