Hello everyone!
I have one working application on Spring Boot. For my purposes I need to change BPMN diagram in the Camunda Modeler without restarting the application (at runtime). When I try to deploy diagram (through the modeler or postman) - “Deployment failed”:
Failed to parse multipart servlet request; nested exception is java.lang.IllegalStateException: Unable to process parts as no multi-part configuration has been provided [ deploy-error ]
I tried on simple test examples and everything worked.
Can someone tell me what the problem might be? What in the application can affect the deploying of the diagram?