Subscription not working after refactor
I recently refactored some of my code and added more RLS, but now subscriptions aren't working. The subscription status callback gives me
SUBSCRIPTION_ERROR with { reason: ":error" }. What does this mean? What can I do to debug?