You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, wk crashed completely when the ad-hoc meshing fails (e.g.,
because the backend timed out). There are also other sagas which could
be made more resilient, but that's something bigger in my opinion (see
#8715).
Therefore, this PR simply adds a simple try-catch and an error toast.
### URL of deployed dev instance (used for testing):
- https://___.webknossos.xyz
### Steps to test:
- I added a `throw new Error("...")` to the meshing saga and got a
simple error toast asking me to retry
- no need to test further in my opinion
### Issues:
- contributes to #8715
------
(Please delete unneeded items, merge only when none are left open)
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
0 commit comments