After lengthy investigations, I managed to see that the issue is related to multiple replicas in AKS. It looks like the uSync loses context if there are multiple servers. Another randon errors I would get is “temp folder not found” when attempting the export with multiple replicas. If anyone had come across similar issue or has a suggestion on how I can resolve this, I’d really appreciate it.
Hi @KevinJump, I was able to isolate the issue to be happening when I have multiple replicas in AKS. I’m not sure if this is happening because of files being out of sync in different replicaSets. Do you perhaps have some configs I can use to ensure synchronisation between different replicas (nodes)?
for usync as long as you can point it to a url that will always resolve to one server it will be fine (so you could for example have an alias set up for one server). but the recommendation would be the same as umbraco there should (currently) be a single url for the back office and that’s the one usync should also use.