problema de conecion
abigailbreazu
FREEOP
2 months ago
"Hi — my project carteras-back cannot connect to my Supabase Postgres instance because the host resolves to an IPv6-only address (AAAA 2600:1f13:... ). The deploy logs show ENETUNREACH when connecting to port 5432. Could you enable outbound IPv6 routing for this project or provide NAT64/IPv6 egress so my container can reach Supabase?"
1 Replies
domehane
FREETop 10% Contributor
2 months ago
Railway doesn't support ipv6, to fix this go to your supabase dashboard, hit connect, and use the "supavisor" connection string instead (transaction mode, port 6543). that one's ipv4 and will work fine with railway. just swap out your current connection string with that one and you're good to go