You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Xabber Web is not working on Edge and Internet Explorer web browsers. My implementation is
`<script>
require(['xabber'], function (xabber) {
xabber.configure({
// Please specify location of xabber-websocket service,
// e.g. 'wss://web.xabber.com/websocket
// To run your own server visit https://github.com/redsolution/xabber-websocket
CONNECTION_URL: '/http-bind/',
LOG_LEVEL: 'DEBUG',
DEBUG: true,
DEFAULT_LOGIN_SCREEN:'xmpp'
});
xabber.start();
});
</script>`
I am getting only blank page without login screen. Please help if anyone has faced this issue and could solve it. Thanks
The text was updated successfully, but these errors were encountered:
Hello, Xabber Web is not working on Edge and Internet Explorer web browsers. My implementation is
`<script>
I am getting only blank page without login screen. Please help if anyone has faced this issue and could solve it. Thanks
The text was updated successfully, but these errors were encountered: