1

完全部署与他们部署完全相同但有错误

load failed with error Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “doctory.care” which could put your confidential information at risk. 
"UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “doctory.care” which could put your confidential information at risk.} 
[-1202] 2019-02-20 18:10:33.916 [error][tid:com.facebook.react.JavaScript] '[__filename]', '<l>: ', 'Failed to load config from https://doctory.care/config.js?room=dr.qureshi', TypeError: undefined is not an object (evaluating 'n.anonymousdomain') This error is located at:
in t
in l
in Connect(l)
in Connect(Connect(l))
in RCTView
in n
in t
in Connect(t)
in RCTView
in n
in t
in Connect(t)
in o
in u
in h
in n
in RCTView
in RCTView
in c
2019-02-20 18:10:34.787526+0500 Doctory[54578:1100708] TypeError: undefined is not an object (evaluating 'n.anonymousdomain')
This error is located at:
in t
in l
in Connect(l)
in Connect(Connect(l))
in RCTView
in n
in t
in Connect(t)
in RCTView
in n
in t
in Connect(t)
in o
in u
in h
in n
in RCTView
in RCTView
in c

有了这个错误,我的模拟器使用我自己的 jitsi meet .org url 根本没有显示黑屏,但是当我使用 url 为零时,它使用它的默认 url 并且应用程序运行正常,并且可以帮助解决问题

4

1 回答 1

0

对于在您自己的服务器上使用自定义 Jitsi 安装的任何人,请确保您的 SSL 证书是最新的。我遇到了这个问题并在服务器上更新 SSL 证书就可以了。

于 2020-10-25T04:44:18.877 回答