Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

uSync Exporter import not importing content #60

Closed deMD closed 3 years ago

deMD commented 3 years ago

After creating a usync package with content using the export function of uSync Exporter, the import function shows 0/0 changes when trying to import the content in an environment where the content doesn't exist. Also, when closing the import window an error is thrown

To Reproduce Steps to reproduce the behavior:

  1. Export content using uSync Exporter
  2. Import that package in an environment where the content doesn't exsist.

Expected behavior The content nodes are created.

Screenshots image image

Desktop (please complete the following information):

Additional context I am using a custom HandlerSet for Exporter.

KevinJump commented 3 years ago

Hi,

if you open up the .usync file (it's a zip file, so renaming it to .zip will work fine for looking inside)- does it have a uSync/content folder (just checking its not an export issue).

deMD commented 3 years ago

It definitely contains content: image

KevinJump commented 3 years ago

Hi does the target site also have the <exporter><handlerset>.... setting in the config (and has it been restarted?)

deMD commented 3 years ago

It definitely has as I try to import it locally where I already added the exporter setting earlier.

KevinJump commented 3 years ago

yeah, just checking as i did that on my test setup - but my new test setup is behaving the same way as you site now, even though another site is actually importing the same sync file. .. still digging...

KevinJump commented 3 years ago

Its is totally possible that i fixed it and tested in debug and then built the previous release versions of the dlls into the nuget package 🤦‍♂️ 🤦 🤦‍♂️

https://www.nuget.org/packages/uSync.Exporter/8.7.0.4

this time including the latest compiled dll.

deMD commented 3 years ago

Time for weekend!!!

KevinJump commented 3 years ago

sounds like it.! - i haven't fixed the JS issue yet, but its not critical, its only if there if the dialog returns something which in this case it doesn't . so its not a show stopper.

deMD commented 3 years ago

Great, I'll check it out 👍

deMD commented 3 years ago

It's working! :) Thanks for fixing it so quickly #h5yr