Couple things to check.
Payload size, are they different between a logged in user and guest? Which page is this happening on? All pages or just a specific page? Do you have any custom plugins?Getting Version Number
-
Is there a way programmatically to retrieve the current, running, NodeBB version number?
Thank you.
-
var packageData = require('./package.json'); console.log(packageData.version);
-
Thank you @baris . Your tip didn't get me precisely what I needed but it got me on the right path. This is what I was looking for:
config.version
Suggested Topics
Copyright Š 2022 NodeBB | Contributors