-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Singleton Push #106
Comments
Hi. How did. get this error ? Is it after a migration ? On which collection ? It seems that the sync Id has been updated between 2 sync. You don't have to delete all sync ids, you can use the following command : If you prefer you can browse the sync ids map from Directus. First, you have to activate the model : Then you can select on or more sync id map that cause the issue. |
I had the same issue and I believe the bug comes from: sync ids require the local ids to be unique however,
I haven't read through the code to see what's happening, but I assume it's either an assignment error or they both come from the same location. |
@sethjgore That's a good guess. Thank you! |
as we tried to push, an existing singleton made problems.
We had a workaround by deleting all directus-sync map ids, then push again.
The text was updated successfully, but these errors were encountered: