A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
This code:
UrlBuilder ub = new UrlBuilder(url);
EPiServer.Global.UrlRewriteProvider.ConvertToExternal(ub, null, System.Text.UTF8Encoding.UTF8);
return ub.ToString();
Cause:
Exception Details: System.MissingFieldException: Field not found: 'EPiServer.Global.UrlRewriteProvider'.
Even when in a try-catch it crashes. Any solution?