1 items failed to be synced
Hi,
I trying to send changes made on test site to production site. I have configured the SiteSync Module at both sites. All was working well till I clicked the "Sync Changes" button. I am getting the following exception:
1 items failed to be synced
Telerik.Sitefinity.Pages.Model.PageNode.ATestPage-failed
Error Unknown. Please check logs for further information about error details!
I saw the trace in log folder but there was nothing that could guide me in right direction for this error.
Thanks
Well, This error has been resolved. Actually we had URL-Rewrite rule in our website that converts all urls to lower case. And it turned out that this caused the issue. I commented the <Rewrite> tag in web.config file at destination server & then tried & it worked.
Thanks for the support.
Hi Amit,
I am glad the issue is resolved. When adding rewrite rules, you should be careful not to conflict any of the built-in requests and routing.
Regards,
Nikola Zagorchev
Telerik