Skip to content

the default route is "/home" #49

@kartos-1993

Description

@kartos-1993

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions