-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Description
It is perfectly possible for a site to have no default root, or for the user to navigate to a route that doesn't exist.
- If the user navigates to a route that doesn't exist, they should be shown a 404 page provided by the shell. It is much like the existing ErrorPage, except it is dedicated to 404s.
- If the user navigates to http://apps.local.openedx.io:8080/ (i.e., the root) on frontend-template-site, they should get redirected to the learner dashboard. To signify that this is an operator decision, the route that implements this should not live in frontend-base, and instead be part of the template-site.
PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done