getkaiwa / kaiwa

[UNMAINTAINED] A modern XMPP Web client
http://getkaiwa.com
MIT License
1.33k stars 154 forks source link

Kaiwa Index Page Never Loads #26

Open rschulman opened 9 years ago

rschulman commented 9 years ago

Running Kaiwa on my own server, with the LDAP module removed, results in the webpage hanging indefinitely.

Running node server only gives the following output:

dev environment detected
Client app ready
Cache manifest generated
Otalk running at: <URL>:8000

No further debugging output is available.

From the developer's console in Chrome, it seems like the client is hanging on trying to load app.nonCached.js.

BartoszF commented 9 years ago

I have the same problem using prosody 0.10 and prosody 0.9 (stanza.io with old-websocket). After logging in Chrome console says "Unhandled rejection Error: [object Object] in app.nonCached.js" after calling _drainQueues() method. I can't do anything - I have "main screen", I can "add" room, but nothing else.

Enverex commented 8 years ago

Same issue, also using Prosody 0.10. Is anyone ever going to look at this? The report is over a year old now.