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.
I am currently trying to add a custom router in Commerce version 10.8.0 that allows me to write the following URL: website.com/gloves/{brand}, where gloves is a NodeContent in my catalog and {brand} is a segment I would like to perform some logic on before routing to the controller.
I have ensured that the route is registered in the initialization module:
When I try access website.com/gloves, my RoutePartial function in my PartialRouter is not being called before the routing has already occured.
Anyone got any idea why this occurs and how to fix it?
Thanks in advance!