Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

351
Vistas
Socket.IO in React app bundled with Vite doesnt work (When bundled with Webpack it does)

I have a Create React App that I migrated to Vite.
I use socket.io-client.

Both versions of the app are exactly the same (simply copy/paste) except the bundlers.

This is my websocket connection

import { io } from 'socket.io-client'

export function App() {
  useEffect(() => {
    io('http://my-server')
  })
}

In the webpack version I can see in the network tab that socket.io is attempting to connect.

But in the vite version it doesn't, it doesn't even throw an error.

How can I fix this? is this have anything to do with Vite only supporting ESM packages and not CommonJS?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Eventually I solved this by specifying a transports property in the connection, like so:

io('http://my-server', {
    transports: ['websocket'], // Required when using Vite      
})
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda