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.
AI OnAI Off
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 backoffice when right clicking on the current users name and selecting My settings (or similar, where it is possible to change the language and mine is not English - which I wanted to change :-)), Episerver throws the following exception:
It happens only if Echo is not there in fallbackBehaviour, my config:I debugged it through in the LoadPlugins when it is trying to load plugn AssemblyName = "EPiServer.UI" TypeName = "EPiServer.UI.Edit.UserGuiSettings" from AssemblyName = "EPiServer.UI" it fetches the resource /admin/edituser/userguisettings/description once, the system returns an empty string and then for some reason it gets fetched again in LoadPlugins and then comes the ArgumentException. So the code is like this:
LocalizationService.Current.GetString(LocalizationService.Current.GetString("/admin/edituser/userguisettings/description"))I think the resource should not be fetched like this. Also tried with later Episerver.UI package 11.21.4