I think there might be an issue.
I am subscribing to a websocket(realtime database on supabase), in the client of my app.findy react js project. It works fine locally, but how come the subscribtion not react and trigger any callbacks, once it runs on vercel servers. It works locally and on anyt other server like netfliy and so on…
Do you have any limitations on websockets in the client or is there an error in your hosting service here?
This is made using pure react js, so it is fully clientside. This is the subscription code.
Rememeber it works everywhere else than on vercel. (env variables are correct ofc)