Legacy routes
Version: 1.0.1
Routes: /dashboard, /import, /all-courier…, /settings (and removed report paths)
Who can access: Same as the destination page’s permission
What this page covers
Older bookmarks still work via redirects to the current URL scheme. There is no separate UI for these paths.
Redirect map
| Old / shorthand | Goes to |
|---|---|
/dashboard | / |
/settings | /settings/courier-setup |
/import | /{firstCourierSlug}?import=1 (or / if none) |
/all-courier / /all-courier/{slug} | /{slug} |
/all-courier/{slug}/{status} | /{slug}/{status} |
/all-courier/import | Import on first courier |
Removed report paths (/payments, /due-cod, …) | / (or API 404 in Demo) |
Steps
- Open a legacy URL from an old bookmark.
- Confirm the address bar updates to the new path.
- Continue using the modern sidebar links going forward.
Errors & edge cases
| Situation | Notes |
|---|---|
No couriers + /import | Lands on / |
Demo Mode /api/* | Returns 404 JSON — APIs disabled |