Forums

The great place to discuss topics with other users

Socket.io issues

'
Join the Conversation Publier la réponse
Kindred Spirits
Member
Joined: 2024-12-22 10:12:13
2025-09-02 23:09:57

Has anyone experienced issues with Socket.IO?

I enabled it and received a success message, but I’m facing the following problems:

  1. Users cannot send messages properly. When they press Enter, they can see their own message, but other users do not receive it. After refreshing the page, the message disappears.

  2. Users cannot send more than one message.

In addition, I get the following error:

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

This error keeps spamming in the console (over 100 times). When I disable Socket.io, everything works fine.

I’m running this on a VPS (without cPanel).