Unable to connect using websocket with forwarded port by an app in the workspace
I have an application that run an HTTP server with websocket connexions.
When I launch the app in the workspace Coder create forwarded port as expected but when I try to connect to the application the ws connexions are refused (see image).
I tried the same thing with codespaces (to test if it was my app or Coder) and it works as expected.
Do you know if I had to do a special configuration to enable the websocket connection from a forwarded port?
Thanks

