Ive fixed by adding external url to node json config file and setting port attribute instead writing it in url
Veljko Radovanovic
@Veljko Radovanovic
Latest posts made by Veljko Radovanovic
-
RE: Facebook SSO wrong callback - /w proxy pass
-
Facebook SSO wrong callback - /w proxy pass
Hi,
After successful registration/login plugin will redirect to domain:4567/forum, instead on domain/forum for what ive created proxy pass.
So im using fb login on url domain/forum/login and after i used it i get redirected to domain:4567/forum.
Now when i disabled 4567 port in firewall i cant use plugin anymore.
Any tips? -
RE: Facebook sso + Group only forums
Now ive managed to get this error:
11/11 04:38 [17046] - error: TypeError: Cannot call method 'trim' of undefined
at Object.User.create (/var/www/html/forum/nodebb/src/user/create.js:17:33)
at /var/www/html/forum/nodebb/node_modules/nodebb-plugin-sso-facebook/library.js:160:12
at try_callback (/var/www/html/forum/nodebb/node_modules/redis/index.js:573:9)
at RedisClient.return_reply (/var/www/html/forum/nodebb/node_modules/redis/index.js:661:13)
at ReplyParser.<anonymous> (/var/www/html/forum/nodebb/node_modules/redis/index.js:309:14)
at ReplyParser.emit (events.js:95:17)
at ReplyParser.send_reply (/var/www/html/forum/nodebb/node_modules/redis/lib/parser/javascript.js:300:10)
at ReplyParser.execute (/var/www/html/forum/nodebb/node_modules/redis/lib/parser/javascript.js:203:22)
at RedisClient.on_data (/var/www/html/forum/nodebb/node_modules/redis/index.js:534:27)
at Socket.<anonymous> (/var/www/html/forum/nodebb/node_modules/redis/index.js:91:14)
[cluster] Child Process (17046) has exited (code: 1, signal: null)
[cluster] Spinning up another process...
11/11 04:38 [17061] - info: Time: Wed Nov 11 2015 04:38:27 GMT-0500 (EST)
11/11 04:38 [17061] - info: Initializing NodeBB v0.9.011/11 04:38 [17061] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run
./nodebb reset -p PLUGINNAME
to disable it.- nodebb-plugin-composer-default
- nodebb-plugin-markdown
- nodebb-plugin-mentions
- nodebb-widget-essentials
- nodebb-rewards-essentials
- nodebb-plugin-soundpack-default
- nodebb-plugin-spam-be-gone
- nodebb-plugin-gravatar-extended
- nodebb-plugin-sso-facebook
- nodebb-plugin-youtube-lite
- nodebb-theme-persona
11/11 04:38 [17061] - info: [plugins/spam-be-gone] Settings loaded
11/11 04:38 [17061] - info: NodeBB Ready
11/11 04:38 [17061] - info: NodeBB is now listening on -
RE: Facebook sso + Group only forums
Well this is strrange. Instead of installing plugin via web interface, i used command line and version went to 1.1.14 from 1.0.5 and now everything is fine
-
RE: Facebook sso + Group only forums
It has to be something in facebook developer (application) settings
-
RE: Facebook sso + Group only forums
@Fan-Luo said:
Try to install the latest version of the facebook plugin. I think the email issue is fixed.
Nope..
-
RE: Facebook sso + Group only forums
I've tried with 3 different FB accounts, same thing. hmm
-
RE: Facebook sso + Group only forums
Yes my email is confirmed in FB.
I've seen that issue on git but no solution yet -
RE: Facebook sso + Group only forums
thanks! that will do it.
Still need help with fb thingy -
Facebook sso + Group only forums
Hello, I have recently start using NodeBB and I am really impressed, but as every newbie i have some issues.
First, I am using fb sso (https://github.com/julianlam/nodebb-plugin-sso-facebook#readme), it creates acc just like here, but user email is completely wrong, it is always something like [email protected].
Second, I am trying to allow groups to have private forum. On example someone creates private group, is it possible to allow them to create own threads/ posts inside that group?
Any help is welcome
Thanks!