Skip to content

Fix "Reconnect" dialog on Flashcard Review page

Compare
Choose a tag to compare
@fabd fabd released this 12 Nov 10:27
· 687 commits to master since this release
7796db9

This update fixes the "Reconnect" dialog in a Flashcard Review session not displaying to the user, when it was meant to.

If a server HTTP 500 occurs ; which can happen occasionally on a shared server ; the Flashcard Review page should display a small dialog with a link that lets the user "Reconnect". This allows the review to proceed and sync cards with server if the server has a hiccup...

Unfortunaly for a while now it seems this dialog didn't show. In this case the review would not proceed as it needed the "reconnect" step to advance through it's "syncing" queue.

🐞 Bug fixes

  • (AjaxQueue): fix the Reconnect link not showing after server error 500 by @fabd in #220

Full Changelog: v2021.10.22...v2021.11.12