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.
You cannot use x["PageMetaData"] when using EPiServer Find. You'll have to make the property strongly typed. Create a new property on your baseclass called MetaData (or whatever you want), and do something like this:
public string MetaData { get { return this["PageMetaData"] as string; } }