-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to sync #18
Comments
I'm facing the same issue. It seams to have some relation to the channel supscription |
@TBenTiCon Looks like there is a related PR: #8 |
@TBenTiCon as written in that PR's comments the issue is that you might have a hyphen (-) in your replicationIdentifier. Replace it by something else. I did so and used an underscore. Works like a charm now. |
Oh, I forgot to post my solution 😅 I've already figured out that the hyphen was the problem. The hyphen causes rxdb to split the string wrongly and then it receives 3 (or more) instead of 2 entries in its identifier array. The hyphen is the separator in rxdb, I don't think that this can be easily patched in rxdb-supabase. |
Hi =)
it seems that resyncing is currently broken.
The initial Pull works flawlessly, but as soon something is changed in the Supabase DB, this error comes up.
The text was updated successfully, but these errors were encountered: