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.
Im working on a site where we create pages using a Page Provider, but at the same time we want these pages to be able to be saved from the edit mode in EPiServer so that Composer blocks can be added to the pages.
An alternative approach is to create a separate page that contains the composer blocks and in the page provider get the composer data from this page and attach to the pages created.
What will be the best approach for this problem?