The favicon and other don't update
Solved
Technical Support
-
I tried so many times and the web will always add a ?v=xxxx after the request icon.
I want to use /assets/uploads/system/site-logo.png, but it load /assets/uploads/system/site-logo.png?v=irmuo6f721gI tried nginx and other but it will lose css and other stuff.
The problem won't happen if I use IP address, only happen in domain.
If there is config problem, what should I do (I use Cludflare and disabled all cache) -
The cache buster
?v=xxxx
is added here https://github.com/NodeBB/NodeBB/blob/master/src/meta/tags.js#L65, if you don't see a newly uploaded favicon, try restarting nginx and make sure the new favicon is inpublic/favicon.ico
andpublic/uploads/system/favicon.ico
-
Copyright © 2024 NodeBB | Contributors