I see that I had to execute ./nodebb build in the container. I am guessing that it is because after removing the container, the build directory was gone and needed to be rebuilt, which tells me I have to put a build command on every container startup. This is not very optimal. I am hoping at some point in the future we can have a more hands-off docker-friendly deployment (like with env vars and all).
Unsolved Problems with user groups/permissions
-
Hey all, there seems to be a problem with group permissions on my forums. For some reason, users are able to join private group without being accepted which is quite a problem as we have ~3k users and this sort of thing can become unmanageable very quick. We use groups on the forums for our staff members and they have special permissions to moderate topics etc..
I also noticed that when removing a user from said groups, I get a
Error: Invalid data
alert but the user does get removed from the group. Something is wrong but I cannot pinpoint what exactly and nothing shows up in the logs.We are running 0.8.2 currently. Any help would be appreciated! If you need more information please ask and I shall oblige
-
@Marc-Boisvert-Dupras what's your community's URL?
-
-
Anyone? This is a pretty major thing for us :S
-
Is this on?
-
@Marc-Boisvert-Dupras this is probably related to this bug
gh#4008
You will have to upgrade to 0.9.x or modify the file yourself to fix the issue
-
@yariplus Yes of course
@pichalite I will attempt an upgrade to 0.9.x see if it fixed the issue. Thanks a bunch!!