You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using carolina-react-admin-dashboard-seed-starter-kit-pro when I start the project with npm start It appends "carolina-react-admin-dashboard-pro" to url like http://localhost:3000/carolina-react-admin-dashboard-pro.
I've changed the base name from BrowserRouter to "/" but still, I'm getting the same URL.
Hi,
I'm using carolina-react-admin-dashboard-seed-starter-kit-pro when I start the project with
npm start
It appends "carolina-react-admin-dashboard-pro" to url likehttp://localhost:3000/carolina-react-admin-dashboard-pro
.I've changed the base name from BrowserRouter to "/" but still, I'm getting the same URL.
App.js
<Provider store={store}> <BrowserRouter basename="/"> <CssBaseline /> <ScrollToTop> <Routes /> </ScrollToTop> </BrowserRouter> </Provider>
The text was updated successfully, but these errors were encountered: