diff --git a/client/context/socket.context.tsx b/client/context/socket.context.tsx index ea0d0a8..8e761f6 100644 --- a/client/context/socket.context.tsx +++ b/client/context/socket.context.tsx @@ -25,6 +25,7 @@ const socket = io(SOCKET_URL, { reconnection: true, upgrade: true, transports: ['websocket', 'polling'], + secure: true, }); const SocketContext = createContext({