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 calling a gRPC-Service ("imported" via grpc-reflection) and receiving a response with an empty array, I want to see the response (with an empty array) instead of an error.
Expected Behavior
When calling a gRPC-Service ("imported" via grpc-reflection) and receiving a response with an empty array, I want to see the response (with an empty array) instead of an error.
here is how the service is defined:
rpc GetArticleData (ArticleDataRequest) returns (ArticleDataResponse) { }
message ArticleDataRequest{
repeated string article_ids = 1;
}
message ArticleDataResponse{
repeated string article_ids = 1;
}
Actual Behavior
When calling a gRPC-Service ("imported" via grpc-reflection) and receiving a response with an empty array, I get an error.
Reproduction Steps
Add a grpcService and execute the request via the "Send" button.
This results in this error:
Is there an existing issue for this?
Which sync method do you use?
Additional Information
No response
Insomnia Version
2023.11.0.2 (latest stable version)
What operating system are you using?
Windows
Operating System Version
Windows 11 (23H2)
Installation method
chocolatey.org
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: