nioc / xmpp-web

Lightweight web chat client for XMPP server
GNU Affero General Public License v3.0
142 stars 20 forks source link

Debug log ? #116

Closed caywin25 closed 8 months ago

caywin25 commented 9 months ago

Hello

I test xmpp-web on my server but when I want to login I have : "Error during login" as error message. Is there a debug mode or logs so I can find the problem?

Thanks

nioc commented 9 months ago

Hello, this is a vuejs app, code is executed on the browser. You have to open developer tools and check network requests, error messages,…

caywin25 commented 9 months ago

Ok I'm checking. Thanks