完全部署与部署完全相同,但有错误
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设为零时,使用其默认网址,应用运行正常,并很好地帮助解决了问题< / p>
答案 0 :(得分:0)
对于在您自己的服务器上使用自定义Jitsi安装的任何人,请确保您的SSL证书是最新的。我遇到了这个问题,然后在服务器上更新SSL证书就可以解决问题。