mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #169] Issue with Local Map Feature Using gRPC Requests #101
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kabirkhaan on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/169
Hello Team,
I'm experiencing an issue with the local map feature in our application. Here are the specific details:
Environment:
Issue Description:
The local map feature is working correctly when using REST (HTTP) requests, but fails when attempting to use the same approach with gRPC requests.
Current Behavior:
Could you please help me understand:
Thank you for your assistance.
@NghiaTranUIT commented on GitHub (May 15, 2025):
yes, it's the expected result because:
@NghiaTranUIT commented on GitHub (May 15, 2025):
gRPC has protobuf under the hood, so if we need to support Map Local, Proxyman must have your *.protoc file, in order to encode it. For now, it's not possible, unfortunately : /