Please see https://github.com/NodeBB/NodeBB/issues/3573
If you have a custom theme, you should switch to using cache-buster in your header.tpl
psychobunny created this issue in NodeBB/NodeBB closed Update cache buster when switching themes #3573This pops up when I run a local instance. Anyone know what it means or how to fix it?
warn: [init] Cache buster not set
@aaron That warning means that NodeBB could not gather enough information to construct a "cache-buster" string, meaning that it cannot easily invalidate client-side scripts on your users' browsers.
Can you let me know what OS you're running NodeBB on?
@julian I'm running Mavericks (10.9.1) and Chrome. Should I be worried about the cache warning? Any idea how to fix it?
Does it have anything to do with the fact that it keeps forgetting my user info and not letting me log in when I run it locally?
Hm... Mac OS... and what happens when you run git describe --tags
while inside the NodeBB directory?
$ git describe --tags
fatal: No names found, cannot describe anything.
@aaron what happens if you run git fetch --tags
, and then try git describe
again?
$ git fetch --tags
Aarons-MacBook-Air-2:working-forum-5 aaronclaytondunn$ git describe
fatal: No names found, cannot describe anything.
Thanks @aaron
Follow along here: https://github.com/designcreateplay/NodeBB/issues/1006
@julian Okay I guess I just shouldn't worry about it. Thanks.