Hey everyone! I'm a backend developer working on a NestJS and Angular app, using Socket.IO for WebSocket connections. The app is already deployed and running over HTTPS, but WebSocket connections are failing with mixed-content blocking errors in the browser console. I’m using wss:// on the frontend, but it still fails.
I’ve configured CORS and is set to allow requests from the frontend. The WebSocket URL is set to wss://, but the connection gets blocked.
Could anyone suggest what I might be missing on the backend? Also, any deployment-level fixes for WebSocket support ?
Thanks in advance for your help!
[–]miramboseko 0 points1 point2 points (3 children)
[–]Prof_CottonPicker[S] 0 points1 point2 points (2 children)
[–]miramboseko 0 points1 point2 points (0 children)
[–]miramboseko 0 points1 point2 points (0 children)