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.
In the previous article , I have created an extension method for InitializationEngine to be able to pass configuration settings to my library: public void Initialize(InitializationEngine context) { context.UseMyLibrary(settings => { settings.MyPro...
Drawbacks of initializable modules and configuration settings The main drawback of initializable modules in libraries is that a library user cannot control when an initializable module is called. The user might want to disable initialization code...
After writing the previous article about this topic, I have created a pull request to Episerver Developer Tools with the changes required to solve this issue. I have made some changes though. I have added support for ACL conflicts. Now when using...
Our project was throwing exceptions related to database deadlocks and other concurrency issues. However, this was occasionally happening during the import. The first thing I thought, that maybe there is an issue with multiple Azure website...
Episerver has made the Market property on IOrderGroup obsolete. If you are using it, you will see this warning message: 'IOrderGroup.Market' is obsolete: 'This property is no longer used. Use IMarketService to get the market from MarketId instead....