I am also having this problem. Did a clean install (i am using Heroku) and error still show up. The log simply just say "invalid csrf token"
After trying for a while somehow I am able to log in. But new users keep facing this issue
Best posts made by linan2332
-
RE: error: /logout invalid csrf token [use ssl, nginx, master branch]
-
RE: [nodebb-plugin-shoutbox] Shoutbox plugin
Hi for some reason I am unable to change any of the setting in admin tool for chat. Did not see any error in log. Any clue why it does that?
Latest posts made by linan2332
-
RE: How do I setup NodeBB directly..? Is it possible?
being hosting on heroku, works perfect. You should try it
-
RE: Header menu direct to external url
Is it possible open a new window instead of redirecting within the page?
-
RE: Header menu direct to external url
Appreciate the response..I should have look into it more carefully... my bad
-
Header menu direct to external url
Hi,
I am looking for a way to be able to direct user to external url when he click on one of the menu item on the header. I have found "https://github.com/pitaj/nodebb-plugin-header-extend" but it seems like the plugin has being outdated for a while. Does anyone has good solution to this problem? -
RE: [nodebb-plugin-header-extend] Custom links in the site's main menu
Does this plugin still works with the latest version. Was trying to find a way to be able to direct to external url with the header menu
-
RE: [nodebb-plugin-shoutbox] Shoutbox plugin
I try to go to the plugin 's config.js to change the default setting, but still doesnt seems to work hmm..
adminDefaults = {
toggles: {
guestsAllowed: true,
headerLink: true,
features: (function() {
var defaults = {};
features.forEach(function(el) {
defaults[el.id] = el.enabled;
});
return defaults;
})()
},
limits: {
shoutLimit: "25"
},
version: ''
}, -
RE: [nodebb-plugin-shoutbox] Shoutbox plugin
Hi for some reason I am unable to change any of the setting in admin tool for chat. Did not see any error in log. Any clue why it does that?
-
RE: error: /logout invalid csrf token [use ssl, nginx, master branch]
I am also having this problem. Did a clean install (i am using Heroku) and error still show up. The log simply just say "invalid csrf token"
After trying for a while somehow I am able to log in. But new users keep facing this issue -
RE: [nodebb-plugin-imgur] Imgur Plugin
I dig into the logs and find the following error, does this help..?
8/1 04:05 [204] - [31merror[39m: /api/admin/uploadlogo
Error: invalid-refresh-token
at refreshToken (/app/node_modules/nodebb-plugin-imgur/index.js:102:20)
at Request._callback (/app/node_modules/nodebb-plugin-imgur/index.js:216:13)
at Request.self.callback (/app/node_modules/request/request.js:198:22)
at emitTwo (events.js:87:13)
at Request.emit (events.js:172:7)
at Request.<anonymous> (/app/node_modules/request/request.js:1035:10)
at emitOne (events.js:82:20)
at Request.emit (events.js:169:7)
at IncomingMessage.<anonymous> (/app/node_modules/request/request.js:962:12)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)