I have a problem calling a flow.
In my Canvas app, different flows are started by clicking on buttons. In my development environment this works without any problems. But if I import the solution into my test environment (managed), then every user (except the admin) gets this message when a specific flow should be triggered:
DEV_KORE_ConstructionEnd.Run failed: { "statusCode": 404, "message": "Resource not found" }
All other flows run smoothly.
The Flow is in the solution. I checked the Connection References, if there are unmanaged solution layers.
Now I am clueless...
Does anyone have an idea what the problem could be?

