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.
search
AI OnAI Off
Hello Comrades,
My issue is that I am able to see the content when I am modifying the content area, but after I publish or refresh the page, it does not go through the template controller that I have defined.
It does however, go through my controller when I am modifying or adding `Blog Pages` to the content area.
When I add a breakpoint, it only hits the breakpoint when I hit edit and modify the content area (selecting new blog post pages to add) When refreshing, the breakpoint does not get hit. (And therefore my content is not rendering)
I am using Optimizely 12.27
I have a simple blog site with that has a main page. Under the main page, there are blog pages. To do this, I have created a content area in he `Main Page` class, that can accept `Blog Pages`
in BlogMainPage.cs...
In my view `BlogMainPage/Index.cshtml`
In my `TemplateCoordinator.cs`
For reference: here are some images: (Ignore the first content area)
Before Editing/After Refresh/After publish
After editing:
Website view:
I can see "Changes to be published" shown on your "After editing" screenshot.