Describe the bug
After upgrading from Umbraco 13 to 17.1, and also upgrading from uSync.Complete 13.1.8 to 17.0.1. We are experiencing some false error messages when pulling document types directly to production from our staging environment.
When pulling, we get this error saying there is nothing found to sync (but there are multiple new document types).
This is the only error we get in the log:
System.InvalidOperationException: Step failed to process pull-export - calculate (False) [Nothing found to sync] at Jumoo.Processing.Core.Processing.Services.ProcessingService.ProcessInternalAsync(IProcessingBundle bundle, IProcessingStrategy strategy) at Jumoo.Processing.Core.Processing.Services.ProcessingService.ProcessAsync(IProcessingBundle bundle, String clientId)
Version (please complete the following information):
- Umbraco Version: 17.0.1
- uSync.Complete Version 17.0.1
To Reproduce
Steps to reproduce the behavior:
- Go to the Settings tab
- Click on the three dots on "Document Types" and select Pull
- In the Source dialog select the source env.
- Click pull
- See the error
Expected behavior
A report on all new changes for the current environment.
Describe the bug
After upgrading from Umbraco 13 to 17.1, and also upgrading from uSync.Complete 13.1.8 to 17.0.1. We are experiencing some false error messages when pulling document types directly to production from our staging environment.
When pulling, we get this error saying there is nothing found to sync (but there are multiple new document types).
This is the only error we get in the log:
System.InvalidOperationException: Step failed to process pull-export - calculate (False) [Nothing found to sync] at Jumoo.Processing.Core.Processing.Services.ProcessingService.ProcessInternalAsync(IProcessingBundle bundle, IProcessingStrategy strategy) at Jumoo.Processing.Core.Processing.Services.ProcessingService.ProcessAsync(IProcessingBundle bundle, String clientId)Version (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A report on all new changes for the current environment.