#Pending bounty
11 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
I don't see any pending bounties, can you link to the thread?
I need help troubleshooting a fetch request from middleware. It fetches internal API endpoint with following URL:${env.BASE_URL}/api/auth/post
The BASE_URL is set in variables like this: http://${{RAILWAY_PRIVATE_DOMAIN}}:8080
Everything works in development (as always) but fails when deployed
Fetch returns no error message. Replacing fetch ...
The OP did not mark a specific message as solved, without that there would not be a payout.
so why I can see this in my message? and the thread is marked as solved?
I missed that, my apologies, but that message did not solve their issue, and the information provided in that message is incorrect for the issue they raised.
For private networking you must listen on :: not 0.0.0.0 -
https://docs.railway.com/guides/private-networking#communicating-over-the-private-network
It did solve it, but I understand if that's not 100% correct, thanks