nioc / xmpp-web

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

0.9.4 fails with no error #72

Closed Ppjet6 closed 1 year ago

Ppjet6 commented 1 year ago

Describe the bug After updating to 0.9.4 from 0.9.3 (replacing all files), nothing happens with no obvious error

To Reproduce Steps to reproduce the behavior:

  1. Enter a nickname
  2. Click join

Expected behavior

It connects and displays the list of chatrooms.

Logs

You can reproduce here temporarily: https://upload.anon.joinjabber.org

It seems to connect and get the list of rooms successfully but the view doesn't change.

Application (please complete the following information):

Browser (please complete the following information):

nioc commented 1 year ago

Sorry, I just saw your issue, do you removed the reproducing instance (I got 404)? Few questions:

If you need a quick fix, I can publish tomorrow a 0.9.5 without the dependencies update (only your PR), which may have broke some build operation.

Ppjet6 commented 1 year ago

https://upload.anon.joinjabber.org/ is available again now, sorry.

I have only tested for guest access yes. It seems not to be a cache issue, I've tried on multiple profiles / browsers. For console errors, the ones I mentioned in #71 that don't seem important.

nioc commented 1 year ago

I find the cause, updating vue-router version broke behavior as mentionned in their changelog. Fix in progress.