Kevin Jump
Kevin Jump
hi - anything in the logs ?
Hi i need to see a bit further down that error, to she where usync was when it was called. (are their any Jumoo.uSync lines below?
Hi I am going to have to have a look at this on azure at some point, the strange thing with the logs is how the media serializer just keeps...
Hi If you can get to the app_data/logs folder in azure then usync will have logged any errors in the umbraco log file. or you can install the Diplo Log...
All errors are trapped (there is even an option to not send errors back as to not break startup) - but at that point, we log everything :( _the RedBar...
Hi What version of umbraco are you running ? I think (although its been a while) that some older versions of umbraco did keep changing dictionary guid values even when...
that's sad (for me) - almost certainly means its a uSync thing - I will do some investigation.
Right the comments in the code give this away https://github.com/KevinJump/uSync/blob/v4_master/Jumoo.uSync.Core/Serializers/DictionarySerializer.cs#L64 at least upto v7.5.4 of umbraco you can't set the guid in a dictionary item - you can at 7.11.1...
yes - would be nice to have this as a setting inside the config, sort of strict match,
This could also be done outside of the core usync now, without needing to build it in. - You could attach to the usync events that fire when it has...