Hi ! I created camunda cockpit plugin and service where I added this plugin as maven dependency. But when I’m trying to open camunda cockpit in browser it is not opened and on dev tools I see errors.
I’m using Camunda 7.16.0 running and compiled on java 11
These dependencies are in pom.xml of cockpit plugin project
org.camunda.bpm.webapp camunda-webapp classes 7.16.0 provided org.camunda.bpm camunda-engine 7.16.0 provided javax javaee-api 6.0 provided junit junit 4.12 test com.h2database h2 1.4.197 test