CarnegieLearningWeb / UpGrade

Framework for adding A/B testing to education applications
https://www.upgradeplatform.org/
BSD 3-Clause "New" or "Revised" License
26 stars 13 forks source link

Error interceptor swallows error propagation #1604

Open danoswaltCL opened 3 months ago

danoswaltCL commented 3 months ago

Version where bug was found: all

Describe the bug catchError code used in most http effects is rendered unreachable by http-interceptor that swallows the error.

Expected behavior It should be allowed to let the error keep propagating so that we can pass control back to the component to do its own error-handling.

ppratikcr7 commented 1 week ago

@danoswaltCL Should we close this?