bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
794 stars 3.8k forks source link

Company Brand Logo and profile Picture broken #4810

Closed ThomasAppDev closed 1 year ago

ThomasAppDev commented 1 year ago

Hello,

we just installed the newest greenlight version (v3). There Company Brand Pictrues and profile pictures can be uploaded but are not shown (PNG and JPG): image

If we try to upload an SVG it says, that the file format ist not supported.

Thanks!

Thomas

farhatahmad commented 1 year ago

Hi Thomas - how was v3 installed? Is it on the same server that is currently running v2?

ThomasAppDev commented 1 year ago

Hi, yes - I installed it via the bbb-install-2.6.sh script.

farhatahmad commented 1 year ago

Try removing these lines from /usr/share/bigbluebutton/nginx/greenlight.nginx and then restarting nginx sudo systemctl reload nginx

ThomasAppDev commented 1 year ago

Worked perfect, thank you!

hiroshisuga commented 1 year ago

I think this is an important trick. Since the recent update of bbb-install.sh, quite a bit of users are running v2 and v3 altogether (even without noticing it). Wouldn't it be an option to describe it in the doc.bigbluebutton.org? Please note that this is also a problem in the test26 server (no avatar upload possible).

saschafoerster commented 1 year ago

I had the same issue. Would be lovely, if there was a mention of this step here: https://docs.bigbluebutton.org/greenlight/v3/migration/

dashohoxha commented 1 year ago

I had the same issue. Would be lovely, if there was a mention of this step here: https://docs.bigbluebutton.org/greenlight/v3/migration/

Is this just a migration issue, or maybe a fix is needed on bbb-install-2.6.sh ?

kingloeffel commented 11 months ago

@farhatahmad Hello! I just have a file called "/usr/share/bigbluebutton/nginx/greenlight-v3.nginx" and that does not contain those lines : (

BDP-Git commented 9 months ago

Same problem as @kingloeffel here. Only the file greenlight-v3.nginx without those lines.

Buda9 commented 7 months ago

Same here. Has anyone fixed it yet?