Problem with REDIS_PRIVATE_URL connection
I have a Next.js app in my project and I've added a Redis DB to this same project, I've tried using the REDIS_PRIVATE_URL to connect but it doesn't work. Any ideas?
Solution:Jump to solution
reading this docs section - https://docs.railway.app/guides/private-networking#known-configuration-requirements-for-ipv6
7 Replies
Project ID:
fd6d2592-c3c0-4a1c-8ce7-0b76183042a9
fd6d2592-c3c0-4a1c-8ce7-0b76183042a9
I've switched to REDIS_URL and it works. But I'm curious, the private url is supposed to be used when sharing the same network, right? So why it doesn't work?
are you using ioredis?
yes
i guess that's an issue? what would you recommend? @Brody
Solution
reading this docs section - https://docs.railway.app/guides/private-networking#known-configuration-requirements-for-ipv6
oh, interesting, will check
thanks for the quick response
haha I had this chat open before the ping