- Minor bugfixes
This commit is contained in:
@@ -40,7 +40,6 @@ class EveAIChatWidget extends HTMLElement {
|
||||
console.log('Chat Widget Connected');
|
||||
this.innerHTML = this.getTemplate();
|
||||
this.setupElements()
|
||||
this.populateLanguageDropdown()
|
||||
this.addEventListeners()
|
||||
|
||||
if (this.areAllAttributesSet()) {
|
||||
@@ -194,7 +193,7 @@ class EveAIChatWidget extends HTMLElement {
|
||||
}
|
||||
|
||||
this.socket = io(this.serverUrl, {
|
||||
path: '/socket.io/',
|
||||
path: '/chat/socket.io/',
|
||||
transports: ['websocket'],
|
||||
query: { // Change from auth to query
|
||||
token: this.sessionToken
|
||||
|
||||
Reference in New Issue
Block a user