Hi there. Yesterday I installed Jitsi on Oracle Cloud (Ampere machine), and the installation was successful.
I can create a meet, but when another person connects to it, I cannot see the other person’s camera and the connection status icon, for both, changes to “lost”.
The browser console shows a problem with a GET to “host/colibri-ws/default-id/some_random_hash” returning a 403 error.
2021-10-21T00:15:39.347Z [JitsiMeetJS.js] <getGlobalOnErrorHandler>: UnhandledError: RTCPeerConnection is gone (did you enter Offline mode?) Script: null Line: null Column: null StackTrace: O/e.RTCPeerConnection.prototype.getStats@https://*******/libs/lib-jitsi-meet.min.js?v=5465:2:246019
2021-10-21T00:15:39.348Z [modules/statistics/RTPStatsCollector.js] <1946/Mn.prototype.errorCallback>: Get stats error DOMException: RTCPeerConnection is gone (did you enter Offline mode?)
What can be the source of my problem?
Thanks in advance =)