@venkat123 You need to run ./nodebb upgrade to update the dependencies. If running that didn't change the mentions version, then something went wrong with the command, or perhaps the mentions plugin is a symlink (and thus does not get updated).
Two issuse after upgrading to version 0.13.0
-
Hello,
- We are using the vanilla theme and now all categories are starting with "WOT" (except the sections).
- Some emojis seem to be broken and are now looking like this:
Our nodebb runs behind an nginx proxy. It seems to use the internal port, without the 4567 it would work.
with great regards
z0Kng -
Ensure the "url" value in config.json equals exactly the URL you access the site at. For instance, for community.nodebb.org, the "url" value is
"https://community.nodebb.org"
. I'm guessing yours has a:4567
at the end -