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.
Probably the same way. Start looking in
[websiterootfolder]\modules_protected
for your js file. That's my best guess.
We have just upgraded a site from EPiServer version 7.1 to 9.x.
In the old version we had a custom category selector (where we hided some of the "category groups" depending on what page type we were editing).
We were using a custom EditorDescriptor for CategoryList that were pointing out custom js-files in the ClientResources folder.
The custom js-files were rewritten js-files that we found in the EPiServer installation folder (C:\Program Files (x86)\EPiServer\CMS\7.0.586.1\Application\UI\EPiServer\CMS\ClientResources\EPi\Cms\widget).
How is it supposed to be solved in EPiServer 9. The same way? Where do I find the js-files then?