I created a Redis service, and separately created a blueprint where I host a node server with next.js.
I added the redis connection url to the server and when I build & deploy it gets stuck trying to connect to Redis. Giving mme the following error over and over:
Oct 21 10:26:27 PM Error: getaddrinfo ENOTFOUND red-cd9ell9gp3jur15n0jjg
Oct 21 10:26:27 PM at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26) {
Oct 21 10:26:27 PM errno: -3008,
Oct 21 10:26:27 PM code: ‘ENOTFOUND’,
Oct 21 10:26:27 PM syscall: ‘getaddrinfo’,
Oct 21 10:26:27 PM hostname: ‘red-cd9ell9gp3jur15n0jjg’
Oct 21 10:26:27 PM }
What am I doing wrong?