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 not appearing in the backoffice (Umbraco 15 on Ubuntu) #683

Closed
stvnhrlnd opened this issue Nov 15, 2024 · 5 comments
Closed

uSync not appearing in the backoffice (Umbraco 15 on Ubuntu) #683

stvnhrlnd opened this issue Nov 15, 2024 · 5 comments

Comments

@stvnhrlnd
Copy link

Describe the bug
The Synchronisation menu does not appear in the Settings section on a clean install of Umbraco 15.0.0 with uSync 15.0.0 on Ubuntu 24.04.1 with .NET SDK 9.0.100.

The browser console reports a 404 on usync.js, but I've noticed that uSync.js does exist, so this looks to be an issue of case sensitivity (and likely not affecting Windows installs). See screenshots below.

To Reproduce
Steps to reproduce the behavior:

  1. Perform a clean install of Umbraco and uSync using this script.
  2. Log in to the backoffice.
  3. Navigate to the Settings section.
  4. Notice that the usual uSync Synchronisation menu is not there.

Expected behavior
The Synchronisation menu and other uSync backoffice extensions should appear.

Screenshots
404 on usync.js:
Screenshot from 2024-11-15 10-14-30
But uSync.js is there:
Screenshot from 2024-11-15 10-56-38

About your Site (please complete the following information):

  • Umbraco Version: 15.0.0
  • uSync Version: 15.0.0
  • Browser: Chrome 131.0.6778.69, Firefox 132.0.2
  • Operating System: Ubuntu 24.04.1 LTS (running under Multipass)
  • .NET SDK Version: 9.0.100
@stvnhrlnd
Copy link
Author

Temporarily working around this with a URL rewrite in Program.cs:

app.UseRewriter(new RewriteOptions()
    .AddRewrite(
        @"^App_Plugins/uSync/usync.js(.*)",
        "App_Plugins/uSync/uSync.js$1",
        skipRemainingRules: true));

@KevinJump
Copy link
Owner

Fix avalible from our "nightly" feed.

https://dev.azure.com/jumoo/Public/_artifacts/feed/nightly/NuGet/uSync/overview/15.0.1-build.20241115.1

We will just hold off a day or two encase anyone else finds an new issues and then push this as a release.

@stvnhrlnd
Copy link
Author

Awesome. Thanks for the quick response!

@KevinJump
Copy link
Owner

Fixed in 15.0.1. https://www.nuget.org/packages/uSync/15.0.1

@stvnhrlnd
Copy link
Author

Confirmed working, thanks again :)

bielu pushed a commit to bielu/uSync that referenced this issue Nov 27, 2024
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