-
Notifications
You must be signed in to change notification settings - Fork 65
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 importing after upgrading to uSync Complete 12.2.1.1 #564
Comments
Hi, yes - looks like the new sort doesn't like the renames (specifically it tries to add them to the sorting collectiom when they are already there). Fix incoming .... |
In v12.2.2 - https://www.nuget.org/packages/uSync/12.2.2 |
Wow that was fast! Thanks Kevin 😊 |
Hey Kevin, Is it intentional that Np if so just wondering if it's a mistake that the complete version isn't updated as that's all we had to install before 🙂 Can report back that the issue is solved for us once we install |
Describe the bug
When running a schema import on a site with uSync it works just fine on usync.Complete version 12.2.0, and fails on 12.2.1.1 with unchanged schema files.
The error it hits is only in the browser:
/umbraco/backoffice/usync/usyncdashboardapi/ImportHandler
The key corresponds to the GUID of a datatype, however the site doesn't have any datatypes with that ID already and it is only referenced in 3 usync files:
After downgrading uSync to 12.2.0 again it works as expected and runs to completion
Expected behavior
I'd expect it to work
About your Site (please complete the following information):
The text was updated successfully, but these errors were encountered: