I see other posts about this error, but here is a different situation.
Initial conditions:
-
using camunda community
-
using camunda-bpm-spring-boot-starter-webapp
org.camunda.bpm.springboot
camunda-bpm-spring-boot-starter-webapp
3.0.0
-
start/stop/deploy as a spring boot app where parent is:
org.springframework.boot
spring-boot-starter-parent
2.0.5.RELEASE
-
using default paths for embeded forms and ok on disk/path:
embedded:app:forms/[…].html (in bpm file)
Problem:
After the application starts, it works well (initial form, also user-tasks with embeded forms), but, after a while, the application forgests or it doesn’t detect ok the contextPath. After the application is restarted, it work ok again. The json from the backend is:
- when it DOES NOT works:
{“key”:“embedded:app:forms/[hidden-for-brevity].html”,“contextPath”:null} - when it works:
{“key”:“embedded:app:forms/[hidden-for-brevity].html”,“contextPath”:"/"}
Pls help! I’ve read many posts and please comment only if you know/have the (same) problem (it is not about deploying as a war, or through api etc.).