Hello supabase, I recently updated the supabase ho...
# off-topic
a
Hello supabase, I recently updated the supabase homebrew package from ~0.18 to latest and I started receiving this error when attempting to connect to realtime:
Copy code
{
  "event": "phx_reply",
  "payload": {
    "response": {
      "reason": "error occurred when joining realtime:public:space:id=eq.H02JiL with user token"
    },
    "status": "error"
  },
  "ref": "1",
  "topic": "realtime:public:space:id=eq.H02JiL"
}
is there a way to get more info on this error?
i suspect it's related to fact that i'm not using RLS, but the docs seem to say that RLS isn't required:
i haven't confirmed it's due to the upgrade though because i haven't yet figured out how to go back to 0.18 homebrew package
after this commit, i get the error at threadstart when connecting to realtime.
g
It looks like you have posted on the cli github and probably best place to be at this point in your process as you have a response from devs. If that is not you, then recommend you join that discussion.
a
yep that's me.