alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

"Require moderator approval" leads to 404 for guests #20

Closed cjhille closed 4 years ago

cjhille commented 4 years ago

When setting up a room that requires approval for guests to join, the guest is prompted with a 404-page, while the moderator sees the pending request. The moderator is able to approve the request, however the client's "guest-wait.html" page still can't be found.

image

I'm running the current 2.2.x branch (commit e247cd1) with a fresh build, but I've also encountered this issue with previous builds.

The nginx log states:

2020/06/29 15:48:02 [error] 7#7: *1231 open() "/etc/nginx/html/client/conf/config.xml" failed (2: No such file or directory), client: 172.31.0.2, server: _, request: "GET /client/conf/config.xml HTTP/1.1", host: "konferenz.REDACTED.de"
2020/06/29 15:48:02 [error] 7#7: *1234 open() "/etc/nginx/html/client/guest-wait.html" failed (2: No such file or directory), client: 172.31.0.2, server: _, request: "GET /client/guest-wait.html?sessionToken=lpxjuoyxnub4kk9l HTTP/1.1", host: "konferenz.REDACTED.de", referrer: "https://konferenz.REDACTED.de/b/adm-x94-oiw"
alangecker commented 4 years ago

thanks for reporting these issues!

I've just created a PR (#23) which should fix both of them. maybe you can verify that it works for you?

cjhille commented 4 years ago

Wonderful! PR #23 fixes both issues and things work flawlessly now <3