So I’ve had a custom theme (like the older method, not done via admin settings) for a while, and although I believe I’ve replaced all of the NC logo icons for logo, apple-touch, etc, etc, etc, when I share a link to a file, it still - basically a year later (so no cache) - shows the NC logo:
You’ll have to take my word for it the SVGs have been replaced as I can’t preview them:
I’ve gone through the source looking for it, but haven’t been able to locate it.
I overwrite directly the favicon-fb.png in core/img, but still slack is showing the nextcloud logo. Restarted nginx & php-fpm. But not redis-flush (I think it is use only for file-locking)?
Can someone help me to solve this issue, I did many googling but I didn’t know why the image not generated when I make a change in theming application.
I replaced the original nextcloud logo, header logo and favicon with my own using the /settings/admin/theming page.
When I post my link to facebook debug tool, I see my logo correctly. However, when I post the link on Signal chat, the nextcloud logo appears.
Anybody found a way to solve the issue?
I’m using nextcloud-aio, and I don’t have /var/www/nextcloud/themes/*/core/img/favicon-fb.png file in nextcloud_aio_nextcloud volume (also, the only dir in themes is example, so it’s not even used)
Look into data/appdata_<instanceid>/theming/global/ → try trashing all directories that are numbered and look what actually is generated within images directory. This stuff is heavily cached.