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.
Could you access the short url? If yes, does your product/variant have multiple categories associated?
Hi Quan! Yes i does have multiple categories associated.
Im validateing doing this in the scheduled job,,, hope it is not any overhead
SiteDefinition currentSiteDefinition = SiteDefinition.Current;
SiteDefinition.Current = siteDefinitionWithRightContext;
url = new Uri(_urlResolver.GetUrl(contentReference, ContentLanguage.PreferredCulture?.Name, new UrlResolverArguments { ForceAbsolute = true }))?.PathAndQuery ?? string.Empty;
SiteDefinition.Current = currentSiteDefinition;
Commerce 13.30.0
Both using urlresolver and the UI, the path to SOME variations and products are shortend (not all, not all under the same node)

domain.no/he-jacket-bb898cc5/black/ - Should be - domain.no/dame/jakker/the-jacket-bb898cc5/black/
Any idea where to start searching?