postman-app-support
postman-app-support copied to clipboard
Bug: v11.3.2/11.4.0 gPRC does not recognize the 16UNAUTHENTICATED state returned from the server, v11.3.1 works fine.
Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Bug: v11.3.2/11.4.0 gPRC does not recognize the 16UNAUTHENTICATED state returned from the server. v11.3.1 works fine.
- Expect: Status code: 16 UNAUTHENTICATED Could not authorize the operation Received HTTP status code 401
- Actual: Status code: 13 INTERNAL Received RST_STREAM with code 0
Steps To Reproduce
- new grpc request
- Authorization - Auth Type - No Auth
- Invoke
- Check the Response.
Screenshots or Videos
Actual
Expect
Operating System
Linux
Postman Version
11.3.2
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
Hey @wooln! I tried to recreate this with a local gRPC server in Node that explicitly sent status code 16 with a custom error message: "Received HTTP status code 401", and seems to be working fine on our end.
Could you share a scaled-down version of your server to help us reproduce this?
I'm closing this issue for now, but if you're still experiencing it in the latest version, please share the previously requested details so we can investigate further.