Custom favicon not being shown
-
I just installed NodeBB and I uploaded a custom favicon, however it isn't showing.
I've tried the following:
Restarting NodeBB
Rebuilding and restarting NodeBB
Restarting the entire serverIf I go directly to the URL where it was uploaded, it shows up fine, but it doesn't show up anywhere else.
How can I fix this?
-
Have you tried going to
your.site/favicon.ico
? My guess is that it will probably show up. -
That redirects me to /assets/favicon.ico?v=cqb8f9bnedm which doesn't show the favicon I uploaded
Here's the link to my site: https://forum.minnit.chat
You can try it there.
Here's the path where the favicon was uploaded: https://forum.minnit.chat/assets/uploads/system/favicon.ico?v=1517029307480
-
@baris: I had the same issue and the patch fixes it for me. Hower, I'm unsure how to "officially" update. I'm currently on branch v1.7.x, which doesn't contain the fix. Therefore I patched the file manually.
Are you devs regularly merging such stuff to the v1.7.x branch so people just have to
git pull
from time to time or how is the process here?Sorry for the digression