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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
At the moment, when a public key is not found an (incorrect) internal server error is returned to the client. gRPC already returns the correct "not found" class code, but it is unhandled by middleware.
Instead of internal server error, the client should be redirected for login.
Normally, public keys are never deleted from the database. New ones are just added at server start and older ones can always be obtained. Therefore, this bug is not very critical.
The text was updated successfully, but these errors were encountered:
At the moment, when a public key is not found an (incorrect) internal server error is returned to the client. gRPC already returns the correct "not found" class code, but it is unhandled by
middleware
.Instead of internal server error, the client should be redirected for login.
Normally, public keys are never deleted from the database. New ones are just added at server start and older ones can always be obtained. Therefore, this bug is not very critical.
The text was updated successfully, but these errors were encountered: