▶️Troubleshooting
When I run curl http://localhost:8012/status, I see this error message curl (7) failed connect to localhost:8012 connection refused. What should I do?
curl http://localhost:8012/status, I see this error message curl (7) failed connect to localhost:8012 connection refused. What should I do?sudo ufw reset
sudo ufw allow 8012/tcp
sudo ufw allow 9012/tcpLast updated