https://supabase.com/ logo
#off-topic
Title
# off-topic
a

aa

04/21/2022, 9:36 PM
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

garyaustin

04/22/2022, 3:20 AM
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

aa

04/22/2022, 7:42 AM
yep that's me.