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 seems to not be working in version 12.0.1 #509

Closed
nikcio opened this issue Jun 29, 2023 · 3 comments
Closed

USync seems to not be working in version 12.0.1 #509

nikcio opened this issue Jun 29, 2023 · 3 comments

Comments

@nikcio
Copy link

nikcio commented Jun 29, 2023

Describe the bug
Hey, I have an integration test project where I test my Umbraco package. It runs with uSync with Firstboot to setup the content but when updating Umbraco to v12 and uSync from v11.2.1 to v12.0.1 uSync seems to stop working. I have a branch where you can test it out if you like. The setup is all in memory so it's easy to spin up 😄

To Reproduce
Steps to reproduce the behavior:

  1. Go to chore(deps): Update uSync 12.0.2 nikcio/Nikcio.UHeadless#188
  2. Pull the branch
  3. Open src/NikcioUHeadless.sln
  4. Start Nikcio.UHeadless.IntegrationTests.TestProject
  5. The content should be imported on startup with the first boot but isn't.
  6. If you go and manually import everything no content is imported.

Screenshots
In uSync v11.2.1 & Umbraco v12
image

In uSync v12.0.1 & Umbraco v12
On boot.
image

Import
image
After the import even if you refresh the content tab there's nothing

About your Site (please complete the following information):

  • Umbraco Version: 12.0.0
  • uSync Version: 12.0.1
  • Browser Chrome
@nikcio
Copy link
Author

nikcio commented Jun 29, 2023

Btw sorry it's a bit broad I didn't have the time to troubleshoot myself yet😅

@KevinJump
Copy link
Owner

DOH! 12.0.1 was meant to fix that but I missed the first boot bit.

(At least I know what I did).

Thanks - I will use your repo to get it working locally and I suppose we go to 12.0.2

@KevinJump
Copy link
Owner

12.0.2 - passes the tests now. (and appears to actually work on firstboot)

https://www.nuget.org/packages/uSync/12.0.2

Silly mistake 🤦 , I have a larger bit of code lines up, but not pushing it until after holidays now.

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