I have created a Customers Page and created a Customers_NewEdit page to add data. Mistakenly I have added additional edit pages like NewEdit_2, NewEdit_3, NewEdit_4 and NewEdit_5. I have now deleted these additionally created pages 2,3,4 and 5. While doing “Run Locally”, Mendix is throwing the below error The above page no longer exists still I am getting this error. What can I do to fix this issue?
asked
Pushkar Ranadive
2 answers
2
Hi Pushkar Ranadive,
As your error screenshot indicates error occurred in MyFirstModule.CustomersPage page document, So please check all action buttons or properties of page(CustomersPage) has reference to deleted page. You will surely find that deleted page used somewhere on this page.