Tasks.md icon indicating copy to clipboard operation
Tasks.md copied to clipboard

Web UI should ERROR if the backend is unresponsive

Open benjaminapetersen opened this issue 1 year ago • 0 comments

Tested this, if you run via the docker container and the docker container dies, but you continue to edit things in the browser, there is no notification. This may result in lost work.

Options:

  • Simply toast or popup an error if, on save, the backend does not respond
  • Additionally, the front end could periodically call a backend health endpoint to verify responsiveness. If there is an error, disable actions until the backend is restarted and the health endpoint responds again

benjaminapetersen avatar Apr 17 '25 18:04 benjaminapetersen