Comment to 'Images are not displaying in front neither Studio'
  • Hello! 

    Yes, Jot Server is not connected with Jitsi and you should install Jot Server to make it to work in real time https://github.com/unaio/jot-server 

    • I have already installed the JOT Server.  It is one of my issues.  It does not start properly

      • Hello!

        You need to check this tree items:

        1) Jot Port may be closed for external connect, you may check it with command from command line:

        telnet mydomain.org YOUR_PORT

        2) Jot Server app is not running on your server. You may check it with this command via SSH access on the same server where Jot Server is installed:

        ps ax | grep app.js

        and if there is no node app.js process in the results list, it means that Jot Server is not running.

        3) Certificate problem: namely there are wrong paths to certificate files in Jot Server's config/config.json file where were defined or defined certificate is expired.