Redis error in Activepices service
seanlee316
HOBBYOP

2 years ago

I deployed Activepieces via Template, but I can’t go to the service itself, it produces endless downloads and such an error in logs, how can this be fixed?

----------------------------------------------------------

}

Jul 28 20:59:01

4f57d6c7

Activepieces

--

Error: getaddrinfo ENOTFOUND redis-zeyk.railway.internal

Jul 28 20:59:01

4f57d6c7

Activepieces

--

at __node_internal_captureLargerStackTrace (node:internal/errors:496:5)

Jul 28 20:59:01

4f57d6c7

Activepieces

--

at __node_internal_ (node:internal/errors:715:10)

Jul 28 20:59:01

4f57d6c7

Activepieces

--

at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {

Jul 28 20:59:01

4f57d6c7

Activepieces

--

errno: -3007,

Jul 28 20:59:01

4f57d6c7

Activepieces

--

code: 'ENOTFOUND',

Jul 28 20:59:01

4f57d6c7

Activepieces

--

syscall: 'getaddrinfo',

Jul 28 20:59:01

4f57d6c7

Activepieces

--

hostname: 'redis-zeyk.railway.internal'

Jul 28 20:59:01

4f57d6c7

Activepieces

--

}

1 Replies

2 years ago

Append ?family=0 to the end of the AP_REDIS_URL value.

E.g. - AP_REDIS_URL=${{Redis.REDIS_URL}}?family=0

Ref: https://docs.railway.app/guides/private-networking#known-configuration-requirements-for-ipv6

This means its an issue with the template, but I don't know how to get in contact with them at this time.


Loading...