Read Action Node Fails in Service — “Data Service unavailable – max retry reached” (Works in Dev, fails in Stage/Prod)

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?

Hi,

What is the name of your solution?
Also recommend sending an email to support@appfarm.io

// Erik

Its the Leasi solution:) I will send an email as well.

1 Like