The issue may be due to <BrowserRouter> being inside the <App /> component, Moving <BrowserRouter> to the (main.jsx) can fixes the issue.