docker icon indicating copy to clipboard operation
docker copied to clipboard

Uploaded presentation files are not displayed and file presentation does not work

Open staybox opened this issue 2 years ago • 4 comments

Hello!

I have problem. I deployed BBB in docker.

Uploaded presentation files are not displayed and file presentation does not work.

Error: Cannot read properties of undefined (reading 'width')

staybox avatar Oct 04 '23 10:10 staybox

We solved the issue, do you use internal certificates?

bbb-web requests the presentation from the nginx server. But if you use own certificates, the request will fail. A java app inside the bbb-web container request it. But this java app can't access the default cert base.

So you have to add your cert and publish it to the openjdk; e.g. keytool -import -trustcacerts -keystore /opt/java/openjdk/lib/security/cacerts -storepass changeit -noprompt -alias <my.root.ca> -file /usr/local/share/ca-certificates/<my.root>.crt

ben-ba avatar Jan 12 '24 13:01 ben-ba

Hello, I have the same issue, I use my own certificate. The key tool command you show have to be in Dockerfile for bbb-web ? Or in local server? In my case Ubuntu 22. Thank you.

Castelsarrasin avatar Apr 02 '24 21:04 Castelsarrasin

inside the bbb-web container. u can run it manually or add it to the entrypoint.

ben-ba avatar Apr 03 '24 15:04 ben-ba

Hello, i've the same problem. How can i solve it? I need a step by step manual.

beamsz avatar Sep 20 '24 16:09 beamsz