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?
----------------------------------------------------------
}
--
Error: getaddrinfo ENOTFOUND redis-zeyk.railway.internal
--
at __node_internal_captureLargerStackTrace (node:internal/errors:496:5)
--
at __node_internal_ (node:internal/errors:715:10)
--
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
--
errno: -3007,
--
code: 'ENOTFOUND',
--
syscall: 'getaddrinfo',
--
hostname: 'redis-zeyk.railway.internal'
--
}
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.