WhatsApp-Clone-Tutorial
WhatsApp-Clone-Tutorial copied to clipboard
[Server Step 1.3]
curl localhost:4000/_ping
curl: (7) Failed to connect to localhost port 4000: Connection refused
@wadadaaa maybe it runs on a different port because that port was occupied?
const port = process.env.PORT || 4000
If not, could you try to share a reproduction?