-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
@vendure/dashboardP4: lowNon-critical, workarounds existNon-critical, workarounds existtype: bug 🐛Something isn't workingSomething isn't working
Description
In the Admin Dashboard, when viewing a single Product Variant, the breadcrumb link pointing back to "Products" uses the wrong URL.
Actual path: /admin/product
Expected path: /admin/products
This results in a navigation error since the singular route does not exist.
To Reproduce
- Go to Admin Dashboard
- Navigate to Catalog → Products
- Open any Product
- Select a Product Variant to open the variant detail view
- Click the breadcrumb link labeled "Products"
- Observe the incorrect URL
/admin/product
Expected behavior
The breadcrumb should link to /admin/products, matching the actual Products list route.
Actual behavior
Breadcrumb incorrectly links to /admin/product, which is not a valid route.
Environment (please complete the following information):
- @vendure/core version: 3.5.1
- Nodejs version: 22
- Database (mysql/postgres etc): postgres
- Operating System (Windows/macOS/Linux): MacOS
- Browser (if applicable): Safari
- Package manager (npm/yarn/pnpm): npm
Metadata
Metadata
Assignees
Labels
@vendure/dashboardP4: lowNon-critical, workarounds existNon-critical, workarounds existtype: bug 🐛Something isn't workingSomething isn't working