Suppose, a table called Location v2
, In a situation Location v2
table converted to a Child
table under the Parent
table called Employee
. After some time the Child
table Location v2
again converted into a normal table and boom the error occurred. frappe.exceptions.DoesNotExistError: Page location-v2
not found. Is there any solution to overcome the issue?