Error cant find a form with id 'enter_approve_now'

I am currently using Camunda 8.6 and I’m getting the following error, even though a form with the ID 'enter_approve_now' exists:

“Expected to find a form with ID ‘enter_approve_now’, but no form with this ID was found. A form with this ID should be available. To resolve the incident, please deploy a form with the same ID.”

Does anyone else have the same issue, or does someone know how to solve it?

It means that in your process definition there is some user task implemented *‘enter_approve_now’. You probably changed the form ID and in CAMUNDA if you change the name of a form the name is not automatically corrected in all places where it was instantiated and therefore generates an error like the one you see.