Can't connect to Socket.IO via postman

I’m unable to connect to a Socket.IO backend hosted on express via postman as it constantly throws the ECONNREFUSED error, but it works when I connect via the socketio client running on a webpage

All my API endpoints work, and it’s just the socket.io endpoint that postman is unable to establish a connection with

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.