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 trying to implement my own visitor group criterion, pretty similar to the ViewPageCriterion provided by EPiServer. In the criterion, I collect the page link whenever a user enters a page:
It works in most cases, but when I enter a page from the EPiServer Commerce Catalog, the page link returned from GetPageLink() is the front page. Is this a bug? Is it possible to make a workaround?