I have checked the following:
This bug is:
Bruno version
3.0.2
Operating System
Windows 11 Pro 26200.7462
Describe the bug
I seem to have a bug with adding and saving proto file in collections settings.
It works when I add and save it in a collection already existing (like Sample API Collection) and it works too with the Grpcbin collection I fetched from Bruno.
But it doesn't work when adding them in a collection I personally created.
Here's the steps to reproduce
- Create a collection (either in custom or default workspace)
- Set the location to C:\Users<MyUser>\Documents<Random folder>
- Go in the collection settings > Protobuf
- Click on "Add Proto File" and select a proto file (for my example the proto file is located here : C:\GitHub<GitProject>\sources<ProtoProject>)
- The file appear in the table (in the collection settings)
- Then click "Save" > all added proto files will disappear.
When doing it in "default" collection, it works, the added file are saved and stay in the table.
I have the same issue where the proto file is not kept after adding it directly in a Grpc request.
But it's different from the 1st issue as this happens everywhere. Even in "default" collection.
Step to reproduce :
- Create a new Grpc request with whatever name and URL you want
- Click on "select proto file"
- Select a proto file
- The file is added "correctly" as I'm able to select a method from the proto file but the file is not listed in the view when you click on "select proto file"
- If I switch to "Reflection" and go back to "Proto file", the method selection disappear and I must add the proto file again
.bru file to reproduce the bug
No response
Screenshots/Live demo link

after saving :
second issue :

the file is not listed :

after switching to "Reflection" and going back to "Proto File" :

I have checked the following:
This bug is:
Bruno version
3.0.2
Operating System
Windows 11 Pro 26200.7462
Describe the bug
I seem to have a bug with adding and saving proto file in collections settings.
It works when I add and save it in a collection already existing (like Sample API Collection) and it works too with the Grpcbin collection I fetched from Bruno.
But it doesn't work when adding them in a collection I personally created.
Here's the steps to reproduce
When doing it in "default" collection, it works, the added file are saved and stay in the table.
I have the same issue where the proto file is not kept after adding it directly in a Grpc request.
But it's different from the 1st issue as this happens everywhere. Even in "default" collection.
Step to reproduce :
.bru file to reproduce the bug
No response
Screenshots/Live demo link
second issue :