diff --git a/app/client/craco.common.config.js b/app/client/craco.common.config.js index 3777b5e40a..78360a1e08 100644 --- a/app/client/craco.common.config.js +++ b/app/client/craco.common.config.js @@ -4,7 +4,10 @@ module.exports = { devServer: { client: { webSocketURL: { - protocol: "wss", + hostname: "127.0.0.1", + pathname: "/ws", + port: 3000, + protocol: "ws", }, }, },