You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i visit the variants page it seems that the product detail page is rendered
Example: partner/12345/consignee/12345/products/10/variant/red is rendered as partner/12345/consignee/12345/products/10/
I have the following 2 Routing Configs. It seems remix cannot match the last param properly.
partner.$partnerId.consignee.$consigneeId.products.$productId
partner.$partnerId.consignee.$consigneeId.products.$productId.variant.$variantId
When i visit the variants page it seems that the product detail page is rendered
Example: partner/12345/consignee/12345/products/10/variant/red is rendered as partner/12345/consignee/12345/products/10/
Is there something wrong in my config?
The text was updated successfully, but these errors were encountered: