You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried setting up Rails on a cloud server via Kamal and providing connection details to a free supabase DB, which is IPv6 only. I get a Network Unreachable error from ActiveRecord on deploy, and the same happens when I use psql from inside the container. If I SSH into the instance and use psql outside the container, it connects correctly.
Not sure if #1280 or something similar will fix it
The text was updated successfully, but these errors were encountered:
I've just tried setting up Rails on a cloud server via Kamal and providing connection details to a free supabase DB, which is IPv6 only. I get a
Network Unreachable
error from ActiveRecord on deploy, and the same happens when I use psql from inside the container. If I SSH into the instance and use psql outside the container, it connects correctly.Not sure if #1280 or something similar will fix it
The text was updated successfully, but these errors were encountered: