docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Web client fails to join or create rooms with fresh docker install

Open davebenvenuti opened this issue 5 years ago • 1 comments

I followed the instructions here to create a new jitsi server. Using the web client to create a room on a fresh install produces the following Javascript error:

VM144 react_devtools_backend.js:6 2020-07-05T19:16:03.811Z [JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>:  UnhandledError: null Script: null Line: null Column: null StackTrace:  Error: Focus error, retry after 1000
    at u._allocateConferenceFocusError (VM133 lib-jitsi-meet.min.js:10)
    at VM133 lib-jitsi-meet.min.js:10
    at I.Handler.handler (VM133 lib-jitsi-meet.min.js:1)
    at I.Handler.run (VM133 lib-jitsi-meet.min.js:1)
    at VM133 lib-jitsi-meet.min.js:1
    at Object.forEachChild (VM133 lib-jitsi-meet.min.js:1)
    at I.Connection._dataRecv (VM133 lib-jitsi-meet.min.js:1)
    at D.Bosh._onRequestStateChange (VM133 lib-jitsi-meet.min.js:1)

Which results in an "Unfortunately, something went wrong. We're trying to fix this" message with a progress bar. When the progress bar completes, the page refreshes, and we get the same error. Here is the version information for the docker containers:

REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
jitsi/jvb           latest              ff366d6653e3        5 weeks ago         278MB
jitsi/jicofo        latest              8a99d30ab075        5 weeks ago         292MB
jitsi/prosody       latest              50f5c1e719aa        5 weeks ago         106MB
jitsi/web           latest              7de9a63e7e82        5 weeks ago         483MB

In the .env, I edited the http and https ports, the PUBLIC_URL, lets encrypt entries, and enabled https redirect. And ran the script to generate secure passwords. Let me know if there's any other information you need. A previous version of the docker setup worked fine for us. Thanks

davebenvenuti avatar Jul 05 '20 19:07 davebenvenuti

Same issue for me, working well in local but reproducing this issue through scaleway and aws (docker)

johanleroch avatar Jul 11 '20 21:07 johanleroch

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 16 '25 02:07 github-actions[bot]