Anyone?
betzerra
Posts
-
Can't get into plugins on admin settings -
Can't get into plugins on admin settingsIf I go to account settings and then plugins, it won't load (hangs there).
This is what I've found on the console (hope it helps):
I'm using NodeBB v0.6.1 (branch: 0.6.x, commit: 7682b56)
Can't access plugins through admin panel 路 Issue #3077 路 NodeBB/NodeBB
If I go to account settings and then plugins, it won't load (hangs there). This is what I've found on the console (hope it helps): I'm using NodeBB v0.6.1 (branch: 0.6.x, commit: 7682b56)
GitHub (github.com)
-
follow_topics_you_create not workingFiled this bug on GitHub: https://github.com/NodeBB/NodeBB/issues/2147
Everytime I go to my profile and check follow_topics_you_create and follow_topics_you_reply_to and save them, doesn't take any effect. (Meaning, if I go to my profile again, follow_topics_you_create and follow_topics_you_reply_to are not checked)
Also follow_topics_you_create and follow_topics_you_reply_to don't have proper translation on Spanish (I could help with that)
-
[Solved] Facebook SSO: "App not setup: The developers of this app have not set up this app properly for Facebook login"#BOOM!
FixedThanks a lot for your help guys and sorry for the false alarm, maybe the plugin in Github should have this warning. I know that is a dumb mistake and most of web developers may be aware of it but just in case.
-
[Solved] Facebook SSO: "App not setup: The developers of this app have not set up this app properly for Facebook login"@julian sorry, I couldn't get any logs. Facebook doesn't seem to have any logs from the API and using the client Javascript didn't print me anything.
Besides that, maybe I have to make the app public and submit it? http://stackoverflow.com/questions/21329250/the-developers-of-this-app-have-not-set-up-this-app-properly-for-facebook-login
That could explain why I can login with my primary Facebook account but not with my secondary.
-
[Solved] Facebook SSO: "App not setup: The developers of this app have not set up this app properly for Facebook login"@julian I had Embedded browser OAuth Login turned off but after enabling it, didn't have any effect.
It's weird, this was working the first days.Is there any kind of log that I can share with you guys?
-
[Solved] Facebook SSO: "App not setup: The developers of this app have not set up this app properly for Facebook login"@baris tried same kind of setup you have and no luck.
I contacted SSO plugin developer to see if he can get more information from this.
https://github.com/julianlam/nodebb-plugin-sso-facebook/issues/3Funny thing, I can use SSO with my user but doesn't work when I try to register a new one
-
[Solved] Facebook SSO: "App not setup: The developers of this app have not set up this app properly for Facebook login"@baris thanks for your fast reply.
Should I compare those 2 against some variable inside nodeBB? http://www.allyourbase.com.ar does effectively take me to the nodeBB site.Sorry for the dumb question, I've just configured nodeBB a few weeks ago
-
[Solved] Facebook SSO: "App not setup: The developers of this app have not set up this app properly for Facebook login"A new user on my nodeBB reported this. Funny thing, I was able to login / register before with my user.
Is someone getting the same as me? I bet that Facebook app policies changed or something like that -
[Heroku] Can't deploy app on Heroku but it works locally -
[Heroku] Can't deploy app on Heroku but it works locally@Siyfion changing the
Procfile
changed the output but still no luck. -
[Heroku] Can't deploy app on Heroku but it works locallyHi guys!
I got this error on my Heroku logs and I don't know what's the problem.I followed these instructions, my setup works ok locally and my Procfile is:
web: node loader.jsThe only warnings I got were from npm:
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.Any ideas? Thanks in advance