A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
We are using HierarchicalCatalogPartialRouter for our products and it's working fine. However we would like the query string to be included in the redirect.
Example:
Url: https://domain/product?utm_source=email
Currently redirecting to: https://domain/category/product
Should redirect to https://domain/category/product?utm_source=email
Is there some kind of setting for this, or do we have to create our own routing?