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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey!
One of my apps uses the hacker news API: https://hacker-news.firebaseio.com/v0/topstories.json
Running
curl https://hacker-news.firebaseio.com/v0/topstories.json
in the container built with nixpacks for my node app, returns this:(The node fetch code also fails but the error just says connection reset)
Running the same curl on the server (outside of the container) works fine. Any ideas on what I can do to fix this?
Beta Was this translation helpful? Give feedback.
All reactions