I have production application where I'm using next js 13.4.4. I need similar implementation for my usecase, but its not working. I;m not able to create socket connect.
Error I'm getting is "WebSocket is closed before the connection is established."


Anyone facing simiar issue?