-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cannot choose gRCP method #3278
Comments
Hey @Gibonachi ! Thanks for opening this issue. We'll take a look at this ASAP. |
Hey @Gibonachi, I'll check it out, as soon as I have found the root cause of this issue, I'll come back here and update this ticket and provide a PR to fix it. |
@Gibonachi Do you see any error in the browser console when you choose the grpc file? I'm trying to reproduce the issue but with no luck for now. Does it rely on any other import? Maybe another local file? |
I see nothing interesting in the console or network tabs.
|
I'll give it a try, thanks for the example! |
With this proto I was able to reproduce the issue. |
Hi @Gibonachi we merged a PR with the fix. We are planning on doing a release later this week. I'll let you know when that is ready. Thanks for reporting this issue. |
Hey @Gibonachi we released |
Describe the bug
I cannot choose a method when I try to create a new gRPC test
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
I would like to choose a method on the dropdown
Screenshots
Browser (please complete the following information):
Additional context
Tracetest in the latest version updated 18.10.2023
syntax = proto3
proto has one import - import "google/protobuf/timestamp.proto";
I'm not allowed to share a proto file. I hope you will be able to reproduce a bug. Proto works perfectly fine on Postman.
The text was updated successfully, but these errors were encountered: