Here is the fatal error I got in my browser console.
Opera browser's console:
FATAL: TypeError: Cannot read property 'focus' of null at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:96796) at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:104286) at i.wrappedOverride (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:231944) at e.exports (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:67:16824) at i.t (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:145054) at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:178:89668) at i.wrappedOverride (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:231944) at e.exports (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:67:16824) at i.t [as renderLoginPanel] (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:145054) at i.render (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:95986)
Chrome browser's console.
FATAL: TypeError: Cannot read property 'focus' of null at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:96796) at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:104286) at i.wrappedOverride (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:231944) at e.exports (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:67:16824) at i.t (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:145054) at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:178:89668) at i.wrappedOverride (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:231944) at e.exports (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:67:16824) at i.t [as renderLoginPanel] (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:145054) at i.render (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:95986)
Uncaught (in promise) TypeError: Cannot read property 'model' of undefined
at Object.r (converse-controlbox.js:606)
at m (backbone.js:334)
at p (backbone.js:322)
at l (backbone.js:110)
at Object.a.trigger (backbone.js:312)
at Object.trigger (converse-core.js:1350)
at Et (converse-core.js:553)
at Object.reconnect (converse-core.js:1308)
at Object.onDisconnected (converse-core.js:1105)
at j.Connection.onConnectStatusChanged [as connect_callback] (converse-core.js:1151)
Hi everyone,
converse.js 6.0.1 ejabberd-20.03 as xmpp server Ubuntu 18.04 as OS
I got some troubles with authentication prebind when trying to integration converse.js on my website.
Here is my configuration setting.
Here is the json I got from prebind_url;
{"rid":1370132405,"sid":"c71d81d213ebcf13bc7fcc5b6f135a01d2212129","jid":"pessek@pessek-mysite.com"}
Here is the fatal error I got in my browser console.
Opera browser's console:
FATAL: TypeError: Cannot read property 'focus' of null at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:96796) at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:104286) at i.wrappedOverride (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:231944) at e.exports (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:67:16824) at i.t (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:145054) at i.renderLoginPanel (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:178:89668) at i.wrappedOverride (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:231944) at e.exports (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:67:16824) at i.t [as renderLoginPanel] (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:121:145054) at i.render (https://pessek-mysite.com/mod/pessek_chat/dist/converse.min.js:158:95986)
Chrome browser's console.
Could someone help me with this issue ?
Regards,