Hi,
We are getting this error, when trying to load our custom plugin.
Unable to load plugin class from …jar
java.lang.NoClassDefFoundError: com/morpheusdata/core/providers/UIExtensionProvider
This happens when we are overriding the getContentSecurityPolicy method in our provider class, which extends the AbstractInstanceTabProvider class.
Why does this happen?