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.
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.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
After installing EPiServer Find in my CMS 7.5 solution, I specified what page types to include (or exclude). To keep my Global.asax file easier to read, I’ve placed this in a separate class (and call the Initialize method from Global.asax). This w...
During the summer we released a service release containing minor improvements and bug fixes. The main reason for the release was to make adaptions to match EPiServer updates. Note that to keep up with the current rate of updates we have officially...
Learn about some of the tools and improvements that developers can utilize in the latest update of the Ektron CMS platform.
To get all page types in Episerver, use the following code Read more
To get all page types in Episerver, use the following code Read more
Are you are working with a large project build in Episerver? Over the years developers created new page types and pages based on new requirements and stopped using the old ones. That resulted in piling up a long list of page types, and some of the...
Are you are working with a large project build in Episerver? Over the years developers create new page & block types in the system. Editors then create content using new content types and stopped using the old ones. That resulted in piling up a lo...
A short note on another EPiServer exception that I encountered today while trying to save a newly created EPiServer page programmatically from codebehind. The reason for it is rather self explaining looking back at it. It’s not possible to force …...