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
When EPiServer dropped the VPP architecture for uploaded files we got many more options for working with media content. In this example we look at how images can be rendered when an editor simply drags and drops an image onto a page through a...
This seems like a pretty straight-forward task, but it’s actually harder than you could expect. It’s such a basic need that I think it should have been built in. Here is my working version (after many failed attemps): UPDATE (improved version from...
To make a site work in Commerce 7.5, we have to register a partial router that will handle the catalog routing. The partial router, that comes out of the box, is called ‘hierarical catalog partial router’. This partial router needs to be registere...
Setting up a new EPiServer website became a lot easier with the release of EPiServer 7.5 The Deployment Center installer has been replaced by a Visual Studio extension using NuGet packages for all dependencies.
As I’ve been “trapped” in an EPiServer CMS 6 R2 project for quite long, there’s a lot that’s new to me in EPiServer 7.x, and even simple stuff like rendering images correctly takes a while to get the hang of. Please bear with me if this is old new...
This was a hard to understand error, and I’m sure many EPiServer developers are aware of this, but it took some time figuring out. In my EPiServer 7.6 MVC project, I had the following controller: The problem here (a bug in EPiServer), is that mode...
All is set. You got the final go from your client to move their site from EPiServer 7.0 to 7.5, and from here on it should be a walk in the park. Coffee is brewed, installation packages and VPP migration … Continue reading →
When working with multiple languages on your EPiServer website, you have three options when it comes to translating your content: Do it manually Do it with a translation agency Do it automagically Option (1) is simple enough, you create a blank...