WebSocket server error: Port is already in use
hey,
I'm trying to run two nuxt apps in a monorepo with pnpm. I first changed the port of one of my two apps to 3001.
But now there is an error with the websocket that encounters a conflict with the port. Do you have a solution?
5 Replies
The websocket specifically? I don't know nuxt much but do websockets use the http port + 1? Could you try running on a different port like 3100?
the websocket use a random port like 27xxx
Unknown Userβ’16mo ago
Message Not Public
Sign In & Join Server To View
it works thanks!
Unknown Userβ’16mo ago
Message Not Public
Sign In & Join Server To View