being hosting on heroku, works perfect. You should try it
linan2332
Posts
-
How do I setup NodeBB directly..? Is it possible? -
Header menu direct to external urlAppreciate the response!
-
Header menu direct to external urlIs it possible open a new window instead of redirecting within the page?
-
Header menu direct to external urlAppreciate the response..I should have look into it more carefully... my bad
-
Header menu direct to external urlHi,
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? -
[nodebb-plugin-header-extend] Custom links in the site's main menuDoes 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
-
[nodebb-plugin-shoutbox] Shoutbox pluginI 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: ''
}, -
[nodebb-plugin-shoutbox] Shoutbox pluginHi 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?
-
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 -
[nodebb-plugin-imgur] Imgur PluginI 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) -
[nodebb-plugin-imgur] Imgur Plugin@pichalite Yes it did, and then I tried to upload an image and show the above error. I also tried to restart nodebb but is still the same
-
[nodebb-plugin-imgur] Imgur PluginYes, i follow the steps in https://github.com/barisusakli/nodebb-plugin-imgur
register a new user, authorize the application with secret and client id. Everything proceed with no errorIt seems like there are some people also not able to fix it. However I saw in this post it is being solved.
-
[nodebb-plugin-imgur] Imgur PluginHi guys i follow the instruction to installed the plug in but when i tried to up load I get, How did you guys overcome this? or did I miss any steps?
-
Unable to upload images using NodeBB Plugin Imgur plug inHi guys.
I receive the following error after follow the instruction to install the plug in. It seems like there are some people also not able to fix it. However I saw in this post it is being solved. Can anyone that experience this share their solutions?It also came with the following error in log
8/1 04:13 [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) -
Image loss issue@julian is there anyway I can use the category icon and site logo with Imgur? The post image is good now but I still lose the category icon and site logo since they only accept locally upload images.
-
Image loss issueThanks for your reply @julian ! What you said does make sense, I will install the Imgur plugin and try it.
-
Image loss issue@a_5mith I am referring to the traffic management option within nodeBB (admin->settings->advanced->traffic management enable). Do you know any negative impact disabling that option?
-
Image loss issueAfter trying all sort of things, It turns out after I turn off the traffic management option in admin tool, the image stop dropping. Is there any side effect in turning traffic management off?
-
Image loss issueWhat do u mean by hibernate the package? I can definitely write an email to heroku support. Where does nodeBB store the image?( it is really weird the background image is not affected by this)
-
Image loss issueHi AOKP, I believe i am not using Imgur upload. All the category icon and site logo are locally stored in my PC and I just upload the image using the Admin tool.