You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no description anywhere on how to handle errors when subscribing. In my app, sometimes subscriptions don't work, and I have no idea on how to handle that. There is a channel.onError method, but it doesn't provide any error. So what should I do in the case subscriptions don't work?
The text was updated successfully, but these errors were encountered:
Improve documentation
Link
https://supabase.com/docs/reference/javascript/next/subscribe
Describe the problem
There is no description anywhere on how to handle errors when subscribing. In my app, sometimes subscriptions don't work, and I have no idea on how to handle that. There is a
channel.onError
method, but it doesn't provide any error. So what should I do in the case subscriptions don't work?The text was updated successfully, but these errors were encountered: