@julian Thanks very much for upgrading that. It works now!
omphalosskeptic
Posts
-
[nodebb-plugin-sso-github] Github SSO plugin -
[nodebb-plugin-sso-github] Github SSO plugin@julian Ah, I don’t know why I didn’t think of that. When I go to the GitHub page under social authentication, I get
Uncaught TypeError: Cannot read property 'prepare' of undefined
fromgithub:208
This doesn’t appear on the google page. Line 208 of admin.tpl seem to berequire(['forum/admin/settings'], function(Settings) { Settings.prepare(); });
Also, on all pages (including the homepage of the forum) I get
Error during WebSocket handshake: Unexpected response code: 502
, but that doesn’t seem to be the issue.Thanks for your help.
-
[nodebb-plugin-sso-github] Github SSO plugin@julian Thanks for your reply. I’m running the latest stable version — 0.5.2 — installed using the Openshift tutorial from the docs. I’m using redis.
-
[nodebb-plugin-sso-github] Github SSO plugin@psychobunny I’m new to NodeBB, and have just set up a forum. I’d like to use you plugin for GitHub auth, but have run into an issue:
When I click the save button, there’s no notification that it worked, and when I go back to the page, it seems to have gotten rid of my keys. I’ve tried restarting from the NodeBB dashboard and with rhc tools, but I haven’t gotten it to work.
After trying for a few times, I installed the google sso plugin and succeeded in getting Google auth working; it also removes the keys from the form, but it gives a save notification and seems to work.
Do you have any suggestions, or have I overlooked something ridiculously obvious?
Thanks!