Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve errors in httpPlatform to not always propagate to the last middleware #8870

Open
richard-julien opened this issue Nov 1, 2024 · 0 comments · May be fixed by #8871
Open

Improve errors in httpPlatform to not always propagate to the last middleware #8870

richard-julien opened this issue Nov 1, 2024 · 0 comments · May be fixed by #8871
Assignees
Labels
feature use for describing a new feature to develop

Comments

@richard-julien
Copy link
Member

Why

In some case we know perfectly the error but instead of stopping we propagate to next middleware.
This situation lead to create 'Http call interceptor fail' error that hide the real behavior of the platform.

Todo

Instead of next to the next middleware we need to log and stop the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop
Projects
None yet
2 participants