When i try to run eventstore on my gce debian vm in background , i cant access the endpoints…
Command i executed, ./run-node.sh --db ./ESData &
ps output
11118 pts/2 00:00:00 bash
11651 pts/2 00:00:00 bash
11652 pts/2 00:00:00 clusternode
11658 pts/2 00:00:00 ps
when i curl any endpoint , i get “could not connect to localhost” error …
curl -i “http://127.0.0.1:2113/streams/newstream” -H “Content-Type:application/json” -u admin:changeit
curl: (7) couldn’t connect to host
Let me know if there is something else i need to do …