-
Notifications
You must be signed in to change notification settings - Fork 65
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
Comments
Temporarily working around this with a URL rewrite in app.UseRewriter(new RewriteOptions()
.AddRewrite(
@"^App_Plugins/uSync/usync.js(.*)",
"App_Plugins/uSync/uSync.js$1",
skipRemainingRules: true)); |
Fix avalible from our "nightly" feed. We will just hold off a day or two encase anyone else finds an new issues and then push this as a release. |
Awesome. Thanks for the quick response! |
Fixed in 15.0.1. https://www.nuget.org/packages/uSync/15.0.1 |
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
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 thatuSync.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:
Expected behavior
The Synchronisation menu and other uSync backoffice extensions should appear.
Screenshots
404 on
usync.js
:But
uSync.js
is there:About your Site (please complete the following information):
The text was updated successfully, but these errors were encountered: