Skip to content

Resolve ""Evaluation not found" error after student review submission"

Closes #383 (closed)

By default our axios interceptor pops up an error toast every time a web request fails. This is not ideal in some cases, which is why I have added a bypass flag. This will allow certain calls on the frontend to have the error toast "bypassed" in cases where we don't actually want to notify the user that a web request errored.

There are a few other options to solving this problem (new endpoints, changing status codes, editing our interceptor, etc), but I felt like this one fixed the problem sufficiently and allows us to easily use this functionality in the future.

Edited by Philip de Munck

Merge request reports

Loading