I have created an action for my doctype in Frappe framework, the action should call a route lets say /ABC
. The problem is that when I click on the action button in doctype change view it redirects me to /app/ABC
I also tried to redirect using hooks /app/ABC
to /ABC
but it didn't work (I have to refresh page so that it works)