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.
Hi,
we are running a multisite. Latest epi 10.
With one of the sites, when i try to edit a block, i get .js could not be loaded and the whole UI craches.
When i look at the path from where epi tries to load the the .js i see that something is dodgy.
The exists in modules/_protected/ {geta-epi-cms\Geta-EPi-Cms.zip\1.1.6.0\ClientResources\Scripts\editors}
The zip file containes, there is a module.config file that looks like this:
<module productName="Geta EPi Cms UI" clientResourceRelativePath="1.1.6.0" loadFromBin="false">
<assemblies>
<add assembly="Geta.EPi.Cms.UI" />
</assemblies>
<dojo>
<paths>
<add name="geta-epi-cms" path="ClientResources/Scripts" />
</paths>
</dojo>
<clientModule initializer="geta-epi-cms/CommandsInitializer">
<moduleDependencies>
<add dependency="CMS" type="RunAfter" />
</moduleDependencies>
</clientModule>
</module>