jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.88k stars 6.69k forks source link

jitsi doesn't work after enabeling gravatarBaseURL in config.js #8749

Closed Gajusbonus closed 3 years ago

Gajusbonus commented 3 years ago

Description:

when uncommenting {gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/';} the welcome page doesn't work anymore. I noticed the line ends with ; instead of ending with ,

Steps to reproduce:

  1. edit confis.js
  2. uncomment gravatarBaseURL: 'https://seccdn.libravatar.org/avatar/';
  3. save and reload page

Expected behavior:

Welcome page should load as expected

Actual behavior:

Page turn up without any elements

Server information:

Client information:

saghul commented 3 years ago

That's a bug indeed, it should be a comma.