What settings do you have set up for the server (ie. include children/media etc). it might be that publisher isn't checking all the elements and returning nothing :(
just to confirm, the test server has its own DB and isn't sharing it with the instance you are pushing from (because then they will already be in sync).
also if you are using uSync.Complete v8.4 ? can you check to see what is coming back in chrome inspector? there will be a peformaction call that should return the results of any changes, it would be good to see what was in that response.
example response from a site - this shows one item - being created on a site
can you try it with Include Linked Pages and Maybe Include Ancestorsunticked? they are the two that cause the most additional items to be checked, and that might help us to narrow down the issue. 🤞
can you just check that your uSync8.config file has the additional handlers collection in it ?
It should have this alongside default in the HandlerSets section of the file
just to update I can get the same result if the above Handlers Section is missing on the target server -
We need to put some better error checking in there, basically because it can't find the content Handler to do the processing it returns an empty list..
uSync Publisher not working
uSync publisher: No changes detected It looks like everything is already in sync with the target. So you do need to do anything
When i publish a page to our test environment i get the message below. I get this message with a new page and with a modified page.
Hi Nico,
What settings do you have set up for the server (ie. include children/media etc). it might be that publisher isn't checking all the elements and returning nothing :(
This is our uSync.Publish.config:
Hi Nico,
Nothing stands out in that config :(
just to confirm, the test server has its own DB and isn't sharing it with the instance you are pushing from (because then they will already be in sync).
also if you are using uSync.Complete v8.4 ? can you check to see what is coming back in chrome inspector? there will be a
peformaction
call that should return the results of any changes, it would be good to see what was in that response.example response from a site - this shows one item - being created on a site
Yes, the test server has its own DB.
We use uSync.Complete 8.4.1
The results tag is empty.
Hi Nico,
can you try it with
Include Linked Pages
and MaybeInclude Ancestors
unticked? they are the two that cause the most additional items to be checked, and that might help us to narrow down the issue. 🤞Kevin
Also,
can you just check that your uSync8.config file has the additional handlers collection in it ? It should have this alongside default in the HandlerSets section of the file
Hi Nico,
just to update I can get the same result if the above Handlers Section is missing on the target server -
We need to put some better error checking in there, basically because it can't find the content Handler to do the processing it returns an empty list..
Kevin
Thanks for your support, it works! We added the handlers
great!
thanks for the info - we will make the error handling better for the next release so its easier for others to see when this is happening.
Kevin
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.