i run into an issue with the date field in a form. When i am starting the task, the date field appears but i can’t save any entered value. If i set the field on required, i can’t complete the task, no matter of the input in the field. Also, the datepicker popup does not appear, like in the preview of the Modeler. The other input fields seem to work.
I am using Camunda 7 as Spring-boot application.
Camunda run 7.21.0
Camunda Modeler 5.23.0
The application code assumes that a user has the “http://localhost:1337/api/” service running which is not the case. Could you mock it with something so it can be run on any machine?