appbaseio / appbaseio/reactivesearch
Catch 401 errors without throwing error when auth is not valid anymore
Offen
feature
- Vorherrschende Sprache
- JavaScript
- Sterne
- 4.9k
- Forks
- 478
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
When a search fails and returns 401 (let's say because the session is not valid anymore), Reactive Search throws an error. I would love to catch it to _not trigger an error_, since it just means the connection is lost. The problem in throwing an error is that it adds some mess the console and the bug trackers (eg: Sentry). For instance, I would love a clean way to catch the error then redirect the user to a auth. `onError` on components is too late since the error is already thrown.
I'm using v3.14.0 (React project)
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.