Skip to content

Handle WebSocket error GoingAway (1001)

Waqar Ahmed requested to merge work/fix-stuck-logout into master

This happens sometimes when you have connectivity issues. Ruqola will take you to logout screen, but clicking login will not log you in and you will be stuck at the logout screen. So instead, logout => destroy everything and log back in.

Merge request reports