Private networking connection refused
I have a web application connected to an API using private networking.
I seem to be receiving an error when trying to fetch.
The API is listening on "[::1]:8000" and the URL passed to fetch looks good to me:
http://my-api.railway.internal:8000/api/endpoint
I didn't specify https
per the docs.5 Replies
Project ID:
7440ea60-c734-47cc-ba5d-e8cabf480488
7440ea60-c734-47cc-ba5d-e8cabf480488
Solution
it needs to listen on
[::]
You are correct sir, that resolved the issue.
Thank you for the quick assistance.
no problem!