Du to change in naming conventions in the project, I decided to change the name and path of one view and all of its sub-views. These are controlled by a Tab where the activeTab.value = Url.SubView . This in turn decides what to show in a view container.
After changing the URLs of the sub-views and visiting the page, none of the tabs worked. They all redirected to the app’s default view. Refreshing the page several times did not resolve the problem.
I had to clear the browser cache in order to make it work.
Is this a problem/bug restricted to the dev environment, or should I expect the same thing to happen in prod?