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 gave an answer in your other thread that I've done what your trying to accomplish in the Blazor Music Festival site.
For this specific question, check out the DefaultPageController which will redirect the preview from Episerver to the "regular" application URL (but some parameters are passed, so the front-end knows to render the appropriate tags for OPE).
I have EPI server instance with content delivery API enabled. On the other end I have Angular SPA application hosted on separate domain/server.
I would like editors to be able to preview their changes. How to point the preview to the SPA rather than regular EpiServer preview, based on layouts and views?