Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the default route is "/home" #49

Open
kartos-1993 opened this issue Aug 26, 2023 · 0 comments
Open

the default route is "/home" #49

kartos-1993 opened this issue Aug 26, 2023 · 0 comments

Comments

@kartos-1993
Copy link

When the app is started at localhost:3000 it defaults to this route localhost:3000/home which return a 404 not found error.
According to the route configuration in src/app/routes.jsx
{ path: '/', element: <Navigate to="dashboard/default" /> },
it should render localhost:3000/dashboard/default.
I cannot figure out where is http://localhost:3000/home route coming from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant