In the Recent log messages there is the warning,
page not found /fr/core/themes/bartik/logo.svg
But in the Bartik theme code the image logo.svg exists,
/core/themes/bartik/logo.svg
Open the menu link /admin/appearance/settings/bartik.
Watch the recent log messages page /admin/reports/dblog.
With the full url, if we remove the langcode part the image displays.
Therefore the problem may be bounded to the langcode in the url.
In the theme code there is a file,
/core/themes/bartik/color/preview.html
with the line,
<div class="color-preview-logo"><img src="../../../core/themes/bartik/logo.svg" alt="Site Logo" /></div>
In our case the change,
<div class="color-preview-logo"><img src="/core/themes/bartik/logo.svg" alt="Site Logo" /></div>
makes the problem disappear.
Postponed: needs info
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.