Remove URL params on routing
问题 I am calling a view passing url parameters to perform specific custom actions. Once, these actions have been processed, I would like to use the router to move to another page but removing the url parameters first. To be more specific: Link containing url parameters leads to main page as its route has an empty pattern. example.com/?urlParam1=Test&urlParam2=Boum Once the controller has processed the request, I am using the router to nav to another view by calling getRouter().navTo("ViewX", {},