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
I've imported the *.desc files that I generated from the *.proto files using protoc. I can see the responses, but the requests keep telling me that it can't find the relevant message type, even though I can select it. See screenshots.
Steps to Reproduce
See screenshots:
The request message type isn't found:
But I'm able to select it here.
Moreover, if I restart, all the proto.api.* messages are gone. If I then re-import api.desc in the schema, all the proto.api.* message types are back.
It's possible there's something wrong with api.desc, but I'm getting no error messages when importing it, so it's hard to know what's going on.
Environment
App version: Proxyman 5.12.2 (51202)
macOS version: macOS Sequoia 15.2
The text was updated successfully, but these errors were encountered:
May I ask: When it loads proto.api.CheckSumRequest successfully, can Proxyman decode your Request Protobuf Body? Just to verify that this feature is working fine, and the bug is how it loads at launch
Description
I've imported the *.desc files that I generated from the *.proto files using
protoc
. I can see the responses, but the requests keep telling me that it can't find the relevant message type, even though I can select it. See screenshots.Steps to Reproduce
See screenshots:
The request message type isn't found:
But I'm able to select it here.
Moreover, if I restart, all the
proto.api.*
messages are gone. If I then re-importapi.desc
in the schema, all theproto.api.*
message types are back.It's possible there's something wrong with
api.desc
, but I'm getting no error messages when importing it, so it's hard to know what's going on.Environment
The text was updated successfully, but these errors were encountered: