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
and it just hangs in there forever. I'm expecting it to print out the curl output and then stop the script, but the server seems to be not ready for some reason. This also happens with other tools too and not just curl (curl is just my testing tool here). When I run curl localhost:4400 in the terminal, it works fine. What could be the reason that I can't interact with the server in the listen callback?
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
-
I'm trying to interact with the server in the
listen
callback.Here's the output:
and it just hangs in there forever. I'm expecting it to print out the
curl
output and then stop the script, but the server seems to be not ready for some reason. This also happens with other tools too and not justcurl
(curl
is just my testing tool here). When I runcurl localhost:4400
in the terminal, it works fine. What could be the reason that I can't interact with the server in thelisten
callback?Beta Was this translation helpful? Give feedback.
All reactions