Deployment failed at runtime

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?

How are you deploying the bpmn file? The request type should be multipart/form-data.

Of course, using postman, I specified a parameter multipart/form-data

Can you Share the snapshot of the request form (image is fine)

I used this form

Seems like form-data issue.

Check the valid field names here: https://docs.camunda.org/manual/7.12/reference/rest/deployment/post-deployment/#request-body

I tried, but nothing changed… I tried deploy BPMN from another Spring Boot application and it worked…