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.
Lately, I had to build a custom order promotion in one of our projects in Geta. We are using latest EPiServer Marketing features but unfortunately as it is in Beta still, its API changes quite often. I had to re-build my custom promotion already...
Quite often when developing a website on EPiServer, I am creating page types which are used only for a single page. Such pages could be - cart page, order page, password reset page etc. To load such page, the pattern I use is adding properties wit...
Recently, I installed and configured my new development computer. Manual application installation and configuration take a lot of time. In the Linux (Ubuntu) world you can use apt-get to script application installation, but for configuration can...
Recently I had to setup Service API for one project and got some issues configuring it. Here are the list of those issues and solution to them. Access rights EPiServer Documentation says that access rights are automatically added for Administrator...
Recently I got an error related to Dojo widget about conflicting "id" on the HTML element. While it is possible to work with Dojo without "ids", those are necessary for field labels to work properly. Here is the error I got: And the widget code...