I’m getting the following error when attempting to connect to my redis instance. I can see it’s available in Upstash: Serverless Data for Redis and Kafka, Console<my_id>
Any idea how I can resolve this?
$ fly redis connect
? Select a database to connect to empty-butterfly-7394 (gru) personal
Opening a wireguard tunnel to personal 🌎Error: tunnel unavailable for organization personal: failed probing "personal": context deadline exceeded
Hey there,
I see you’re having some issues with connecting to your redis instance. I just wanted to point out this post here that might be of some use to you- Error tunnel unavailable: failed probing "personal": context deadline exceeded.
It looks like it’s similar to your issue, let me know if that helps at all. Also here is another doc about Wireguard for reference- flyctl wireguard · Fly Docs
Gave this a try and it helped resolve the issue. Thanks