Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usync sometimes fails to import new properties #279

Open
richardw12 opened this issue Mar 11, 2021 · 1 comment
Open

Usync sometimes fails to import new properties #279

richardw12 opened this issue Mar 11, 2021 · 1 comment

Comments

@richardw12
Copy link

Usync version 4.0.16
Umbraco 7.15.6
Azure Web Apps

I have a pipeline in Azure Devops with several stages (dev, uat etc). Usync is enabled with auto import on startup (usync content not enabled).

The issue is that new fields are not always imported, even though other changes such as new data types are imported correctly.

The strange thing is that when this happens, it is usually only on one or two stages in the pipeline, but in other stages it works. The ones that fail are not always the same ones, so one time it might fail on dev but work on uat, other times it's the other way round. All the web apps are configured the same, and the same app is deployed to each one.

There are no error messages in the log.

Any ideas what might be causing this or how to go about debugging?

@KevinJump
Copy link
Owner

:( - no real ideas on what might be causing that - but you could turn on the debug logging - adding the below to log4net.config file should give you more info. to look at when it fails.

  <logger name="Jumoo.uSync">
    <level value="DEBUG" />
  </logger>

marcemarc pushed a commit to marcemarc/uSync-Legacy that referenced this issue Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants