Estou recebendo esse erro ao iniciar o chat.
TypeError: Cannot read property 'startsWith' of undefined
at a.evaluateString (app.js?v=37ef6388555533141b48:1)
at fn.run (vue.min.js:6)
at un (vue.min.js:6)
at Array.<anonymous> (vue.min.js:6)
at qe (vue.min.js:6)
O ícone aparece, mas ao clicar, o box de conversa fica no status loading eterno e estoura o erro no console.
Implementação do builder:
new BlipChat()
.withAppKey(chatKey)
.withButton({ color: '#710113', icon: '' })
.withCustomCommonUrl('https://chat.blip.ai/')
.build();