-
Notifications
You must be signed in to change notification settings - Fork 1
Usync Null Reference error when including dependencies #286
Description
Describe the bug
Usync Complete is failing when dependencies are included in content export. No errors are shown in backoffice error log but console shows the following:
Possibly unhandled rejection: {"data":{"ExceptionMessage":"Object reference not set to an instance of an object.","ExceptionType":null,"StackTrace":null},"status":500,"config":{"method":"POST","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"/umbraco/backoffice/usync/usyncnuexporterapi/CreateExport"
The error occurs after some processing has been successful, which means it could be caused by a specific page. The exporter UI is freezing on a page called Tours but that doesn't seem to be the last page from the debug output.
When unchecking the dependencies checkbox, the export completes successfully.
Version (please complete the following information):
v13.3.2 + Exporter (v13.2.3)
Snapshots (v13.2.3),
PeopleEdition (v13.2.3),
Publisher (v13.2.3),
Complete (v13.2.3)
To Reproduce
Steps to reproduce the behavior:
N/A This is related to the data Usync is attempting to export
Expected behavior
Usync handles the issue greacefully and allows the export to continue or flag what the issue is.
Screenshots
N/A