bod
07/13/2023, 2:22 PMFail to fetch
without any more details. This is the same message as if my server wasn't running at all (but it is). I added the Logging plugin with ALL
level, but that still doesn't tell me what's the underlying issue.ephemient
07/13/2023, 2:34 PMbod
07/13/2023, 2:37 PM./gradlew -i
, I got the exact node command that's executed, so I could run it myself, but with adding NODE_DEBUG=cluster,net,http,fs,tls,module,timers
and the issue became immediately clear.
For some reason localhost
can't be resolved 🤔 . Using 127.0.0.1
instead resolved my issue.