Error connecting to Realtime after updating local version
I started getting this error today after updating my local development version of supabase:
{:error, %FunctionClauseError{module: Enum, function: :\"-map/2-lists^map/1-1-\", arity: 2, kind: nil, args: nil, clauses: nil}}. Is it possible to revert the realtime version so I can try an older version that was working?6 Replies
You can rollback to the older version of the CLI that was working in your case.
Thanks! Reverting the CLI fixed it. I forgot the service versions were tied to the CLI version. And in the interim a new version of the CLI was released that also fixed the issue.
What version were you on where it was broken?
2.54.10
Oh man, I just upgraded all my example projects to that version. Time to go upgrade them again.
If they aren't using realtime it shouldn't matter. I don't know what the issue with realtime was in that version, but it's fixed in the next version.