Messenger - connection issues
My messenger has been running fine until a few days ago.
Now - it just says "connecting" and then "connection failed" after about 5 mins of trying.
How can I troubleshoot the messenger app connectivity?
-
-
·
Alex T⚜️
- ·
Please open browser's error console it should log more info there.
-
·
Alex T⚜️
-
- · Mike R
- ·
GET https://mydomain.org:5000/primus/info?_primuscb=NUpAQzL&t=1613618589529 net::ERR_CONNECTION_REFUSED
-
- · Mike R
- ·
Issue was with Node version - thanks Alex T⚜️ & Igor Lebedev for resolving 😀 👍
-
- · Theory
- ·
Hi. I am having the same problem. How did you resolve it? Alex T⚜️ and Igor Lebedev
Thank you.
-
- · banister
- ·
This same connection problem suddenly occurred on our site just a few days ago. Our host fixed it quickly. They wrote back:
"We would like to inform you that we have reissued an SSL certificate for your site and restarted the Jot server. This resolved the issue."
-
-
·
Alexey
-
·
In reply to Mike R
M
- ·
Hello!
You need to check this tree items:
1) Port number 5000 may be closed for external connect, you may check it with command from command line:
telnet mydomain.org 50002) 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 were defined or defined certificate file is expired.
-
·
Alexey