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
When the backend fails, sometimes in an expected and sometimes in an unexpected way, the error handler is wrapping the exception as a 401 due to the security and authentication. This needs to be fixed to allow the application to return the correct error codes.
Bug Summary
Any error is returned as 401 by the backend
Describe the Bug
When the backend fails, sometimes in an expected and sometimes in an unexpected way, the error handler is wrapping the exception as a 401 due to the security and authentication. This needs to be fixed to allow the application to return the correct error codes.
Steps to Reproduce
Expected Behavior
Actual Behavior
No response
Screenshots
Affected Environments
Desktop Information
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: