Unable to run a service in Production (works in Dev)

Hi, I have an issue with a service which rund without problems in Dev but returns somewhat vague errors in Prod.

Both triggering the service via an action, or executing it from Swagger in prod return an error message I haven’t seen before:

Any ideas what we might be missing?

This has been solved in PMs after investigating Cloud logs

In case it helps someone in the future: It was a runtime data source with cardinality 1 where we used Create object without checking the Replace existing objects checkbox or deleting the object at the end of an iteration). Not sure why it worked in Dev.

1 Like