Summary
const port = IS_DEV_ENV ? WEBSOCKET_PORT_DEV : Number(window.location.port)
Steps to reproduce
ser server port at 80.
Expected behavior:
ws: url at port 80
Actual behavior:
ws url at port 0. This is due to browsers removing port 80 in window.location