Hi!
I’m trying to read a single object into a Data Source inside a service, but the Read Action node consistently fails in stage and prod with the following error:
Error: Data Service unavailable – max retry reached
This is my logic:
The error:
Error details:
{ "err": { "name": "Error", "message": "Data Service unavailable - max retry reached" }, "cause": {}, "stack": "Error: Data Service unavailable - max retry reached\n at /usr/src/app/server/src-common/lib/modules/DataServiceClient.js:212:43\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)"}
It keeps occurring on stage and prod, however in dev it works fine. It happens even if there is only one order line, so its not like the data source is full. I have also checked that the Current Order Line exist in the database. What might cause this?


