1

I'm trynna set up my server application on Ubuntu 22.04. Everything works except websocets. When I ran the server on my computer locally they worked. When I trynna connect via Postman, the connection is broken and I get the following message.enter image description here

enter image description here

I have tried making requests both through nginx and directly. What this problem may be related to and how to solve it?

  • The 101 status code is perfectly valid and Postman should be handling that fine. Maybe it's a configuration option you can set, otherwise try a different websocket client – 0xTim Jul 17 '23 at 23:07
  • This [answer](https://stackoverflow.com/a/59108754/19980152) helped me. (Some words for characters limit) – Artemiy Ziuzin Jul 21 '23 at 15:09

0 Answers0