question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Grey screen and config not defined

See original GitHub issue

Hello,

I had to reinstall jitsi and now I’m having problem with a grey screen. With inspect I have errors: Uncaught SyntaxError: Unexpected token < (index):132

Uncaught ReferenceError: config is not defined at Object.<anonymous> (AuthHandler.js:18) at Object.<anonymous> (AuthHandler.js:227) at t (bootstrap f4842a46b24bc2fc8a3d:19) at Object.<anonymous> (connection.js:184) at Object.<anonymous> (connection.js:144) at t (bootstrap f4842a46b24bc2fc8a3d:19) at Object.<anonymous> (jquery.autosize.js:274) at Object.<anonymous> (conference.js:2818) at t (bootstrap f4842a46b24bc2fc8a3d:19) at Object.<anonymous> (_replacer.js:6) at t (bootstrap f4842a46b24bc2fc8a3d:19) at Object.<anonymous> (Profile.js:191) at t (bootstrap f4842a46b24bc2fc8a3d:19) at bootstrap f4842a46b24bc2fc8a3d:62 at bootstrap f4842a46b24bc2fc8a3d:62

Uncaught ReferenceError: config is not defined at Object.lookup (configLanguageDetector.js:22) at index.js:97 at Array.forEach (<anonymous>) at e.value (index.js:95) at t.changeLanguage (i18next.js:286) at l (i18next.js:159)

I have not modified my index.html file at /usr/share/jitsi-meet directory and I have no idea where these errors come.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
WestleyArgentumcommented, Jun 9, 2020

For the next person who finds this:

I was on debian using the apt packages and nginx. It’s confusing because some of the documentation references /usr/share/jitsi-meet/config.js and says simply that you should “adapt this file to your needs”. That file doesn’t exist by default though.

You may come across /usr/share/jitsi-meet-web-config/config.js and think you are finally on to something, but actually if you provided your domain name when installing the apt packages they will have already created /etc/jitsi/meet/<domain_name>-config.js (a semi-customized version of the default config) for you.

I don’t know why this file doesn’t get a mention in the docs (or why it isn’t just copied to /usr/share/jitsi-meet/config.js like the docs seem to expect… but you can either copy / symlink it yourself or, if like me you are worried that might cause confusion down the line, you can drop something like this into your nginx config:

location = /config.js {
    alias /etc/jitsi/meet/<domain_name>-config.js;
}
1reaction
DigitalCodercommented, Mar 26, 2018

Hi ! how did you fix it ? where did you place it ?

thx

Read more comments on GitHub >

github_iconTop Results From Across the Web

Grey Screen of Death (for me) - Install & Config
Hi. I setup jitsi on my ubuntu 20.0x with apache and also running moodle. Installation of jitsi was perfect but I am unable...
Read more >
Options / Settings wont load, stays on grey screen
I cannot access settings, or calculator, the app window gets stuck on the grey loading screens, see below. Any ideas?
Read more >
How to fix Flutter web release showing grey screen but no ...
I have created a flutter webapp but I have a screen that shows a grey page not sure why, I think ...
Read more >
Web gl build grey screen - Unity - ZapWorks Forum
I have a Unity project, where you can nevigate around in a 3D space environment. I'm using Unity version 2020.3.4f1 Personal. I went...
Read more >
How to Fix Grey Screen at Startup On Mac? - YouTube
Data loss because of Mac issues? Try Recoverit: http://bit.ly/2DkneeeWe don't have to panic if MacBook won't boot up or if it gets stuck...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found