KevinJump / uSync

Database syncing tool for Umbraco CMS
https://jumoo.co.uk/usync/
Mozilla Public License 2.0
111 stars 63 forks source link

After a complete import, there is no content. #668

Open a-t-k opened 2 months ago

a-t-k commented 2 months ago

Describe the bug I'm importing into Umbraco v14 and uSync v14 a complete export from uSync v13. After the import is completed, I find nothing in 'Content'. However, in the log it's recorded: "Document <> (id=26699) has been published." In Media, the content is available. Also, document types with all fields are imported

To Reproduce Steps to reproduce the behavior:

  1. Export complete with uSync v13 and Umbraco v13
  2. Create new instance of umbraco 14, empty db
  3. start complete import with uSync v14 from export v13
  4. in "Content" tab you see nothing

Expected behavior All content is there.

Screenshots If applicable, add screenshots to help explain your problem.

About your Site (please complete the following information):

Additional context

KevinJump commented 2 months ago

Hi,

yeah i think there are subtle diffrences in some of the properties between v13 and v14 that we haven't yet ironed out, it does work with basic things but some quick testing i can see i am getting warning about block lists, ( [Umbraco.Cms.Core.Models.Blocks.BlockGridValue]' read too much or not enough.) which i can tell you from experience is going to be a pain to debug :( .

Once that fails for something like the home page its a cascade failure, because without a homepage all the other pages won't appear or get published :( -

but its going to take some time to debug this i would think...