@faizanzahid Those in the screenshot are the global privileges. You want to change the category privileges, selecting each category (see up to the right), at least the root ones. There is also a button to copy privileges to the children categories.
Serious error! nodebb.org is in redirect loop (which prevents admin plugins pages from loading)
-
I just upgraded to v1.2.1 and I cannot get to the admin plugins page. In my logs I am seeing a redirect loop with the nodebb.org server while it tries to get available plugin data. Unfortunately this error prevents me from even viewing the local installed plugins in the system:
Both:
https://packages.nodebb.org/api/v1/plugins?version=1.2.1
https://packages.nodebb.org/api/v1/plugins
are in a 301 redirect loopErrors from my server logs:
(node:24228) Warning: Possible EventEmitter memory leak detected. 11 pipe listeners added. Use emitter.setMaxListeners() to increase limit
(node:24228) Warning: Possible EventEmitter memory leak detected. 11 end listeners added. Use emitter.setMaxListeners() to increase limit
(node:24228) Warning: Possible EventEmitter memory leak detected. 11 pipe listeners added. Use emitter.setMaxListeners() to increase limit
(node:24228) Warning: Possible EventEmitter memory leak detected. 11 end listeners added. Use emitter.setMaxListeners() to increase limit
9/11 18:13 [24228] - error: Error parsing plugins : Exceeded maxRedirects. Probably stuck in a redirect loop https://packages.nodebb.org/api/v1/plugins?version=1.2.1
9/11 18:13 [24228] - error: Error parsing plugins : Exceeded maxRedirects. Probably stuck in a redirect loop https://packages.nodebb.org/api/v1/pluginsIs anyone else seeing this? Any ideas?
-
@jongarrison yeah getting the same error. Looks like nbbpm is having some issues.
-
@jongarrison seems to be OK now.
-
Sorry about that! Was doing some server migration on the nbbpm server earlier today, which may have affected the plugins page. As @pichalite says, should be better now.
-
@julian Thanks.
Should something be changed in the acp so that a remote error doesn't prevent management of NodeBB installs everywhere?
-
NodeBB does gracefully handle when nbbpm is down. In this particular scenario, nbbpm was looping infinitely, and so the request never seemed to resolve
-
@julian Yikes!