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.
Hello,
We're developing an EPiServer addon which will be installed via Visual Studio/nuget.
When creating a GuiPlugIn, UrlFromModuleFolder returns different results depending on if the module is public or protected.
The plugin is correctly placed in either /modules/MyModule/ or /modules/_protected/MyModule/
EPiServerPublicModulePackage returns
EPiServerModulePackage returns
Because of this issue I'm forced to keep the config public by setting the module as a public module.
Any ideas?