Glitch.com networking on collaborative projects

I made a project using collaborative envi where i setted up Room code to enter certain rooms. It was working before but now i see glitch error in the console. I believe since glitch has terminated its services therefore im getting this error. Is there a way to solve this issue?

Hi, yes Glitch has discontinued support and yes there are multiple ways to get back networking functionality

Options:

  1. Either update your Needle Engine version
  2. Or add a Networking component and set it to https://networking.needle.tools/socket

We now host the networking server on our own infrastructure so it won’t suddenly stop working

Okay thanks marcel. I’ll try this solution.

Updated my reply with the corrected url (https://networking.needle.tools/socket)