Client side navigation does not render a page
I am using FileRouter and I have a page in this file:
I also have a sidebar where the links in the sidebar are defined using the
When I navigate to "users", I get the 404 page as expected and I see that the 404 component is rendered. However, when I navigate to "/items", the page does not render anything (full blank). If I refresh the page, everything renders as expected.
I also have a sidebar where the links in the sidebar are defined using the
<A> tag:When I navigate to "users", I get the 404 page as expected and I see that the 404 component is rendered. However, when I navigate to "/items", the page does not render anything (full blank). If I refresh the page, everything renders as expected.
