Cannot connect to internal network
See the printscreen
I am using:
ENABLE_ALPINE_PRIVATE_NETWORKIN=true
I already applied 3 seconds delay on start
Runtime = V2
Edge proxy is enabled
Solution:Jump to solution
ioredis defaults to ipv4, but the private network is ipv6 only so you need to append
?family=6
9 Replies
Project ID:
6fcf810c-dedb-4e56-af94-28c955aead11
6fcf810c-dedb-4e56-af94-28c955aead11
i am using the public url for now so that the project will run, but idealy i would like to use the internal network
are you using ioredis?
btw on the v2 runtime you no longer need a sleep 3 or that alpine variable
yes i am
are you using the URL or the individual variables?
the URL
CACHE_REDIS=${{Redis.REDIS_URL}}
in this case
Solution
ioredis defaults to ipv4, but the private network is ipv6 only so you need to append
?family=6
seems to work now, thank you!
no problem!