-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[v15.2.0-rc] Custom logo and background not getting loaded #18187
Comments
Hi there @JoJk0! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
This looked to work OK for me, so might be how you have configured the images. The documentation for this feature isn't live yet, but you can find the PR here: umbraco/UmbracoDocs#6808 If I configure the following I see the image show up:
I'll close this, but if you are still having trouble please feel free to re-open. |
This is still broken for me today, using the latest full release (non-RC) 15.2.0. "Umbraco": { The login page url still references /umbraco/management/api/v1/security/back-office/graphics/login-logo |
I'll re-open... reading again seems I misinterpreted the raised issue to consider the backoffice logo, but report is about the login screen. |
@asawyermarathon It won't change those calls. Those endpoints will look for the path on disk. You can read more about that here: https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/login#custom-background-image-and-logo According to that article, the images have to be relative:
That means, for your images, your path should be relative:
|
Thanks for that @iOvergaard, I would not have found that by myself. I changed the paths and can confirm that this works and solves my problem. Login image urls must be relative to the site's /umbraco/ folder, absolute urls will not work in 15.2+. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.2.0-rc
Bug summary
No logo and background image displayed after 15.2.0-rc update. Browser is trying to access
/umbraco/management/api/v1/security/back-office/graphics/login-logo
and/umbraco/management/api/v1/security/back-office/graphics/login-background
which they both return404
error.Specifics
Steps to reproduce
Install Umbraco 15.2.0-rc
Set
LoginLogoImage
andLoginBackgroundImage
insideUmbraco.CMS.Content
ofappsettings.json
/appsettings.Development.json
dotnet run
and do a basic setupObserve lack of images
Expected result / actual result
Logo and background images displayed
The text was updated successfully, but these errors were encountered: