8 months ago
I cannot connect to s3, i guess it is due to ip v6.
how can i fix this?
4 Replies
8 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Internal Networking Issue: Prometheus Cannot Connect to Django App Despite Correct Configuration
🧵 Cannot connect to Redis via private network in Docker build step
If you find the answer from one of these, please let us know by solving the thread!
8 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 8 months ago
8 months ago
This is the issue I get:
FetchError: request to https://s3.ultimate-guitar.com/musescore.scoredata/g/d8e59a8b6a11e2cf70ae4d0923168d4b0f6e7e81/score_1.svg?response-content-disposition=attachment%3B%20filename%3D%22score_1.svg%22&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=4SHNMJS3MTR9XKK7ULEP%2F20250721%2Fus-west%2Fs3%2Faws4_request&X-Amz-Date=20250721T020653Z&X-Amz-SignedHeaders=host&X-Amz-Expires=300&X-Amz-Signature=1e57847544135a9f10df2d3fe4cd2005768d3ef804e5d13032e2459c3ac2e2c5 failed, reason: connect EHOSTUNREACH 178.18.22.181:443
8 months ago
Is the S3 instance in question hosted on the Railway network, or is it hosted outside of it?
IPv6 is used for traffic between services on the Railway network, IPv4 is used by default for outbound traffic.
If you are hosting the S3 instance on Railway, you have to set the hostname to :: to support IPv6 and IPv4.
See: https://docs.railway.com/guides/private-networking#communicating-over-the-private-network
8 months ago
https://s3.ultimate-guitar.com is out of Railway network.
Still, I don't get access. Locally it works.