Yaak Logo
Yaak
Feedback/gRPC body params strange behavior

gRPC body params strange behavior

Ian Shein·4 months ago
Up NextBug

For example, I need to generate a UUID for my gRPC request body.

I start typing ${[uuid and a helper popup appears, letting me choose one of theuuid.* parameters. If I do it this way, the body ends up like

{
"uuid_field": "${[uuid"
}

- no closing brackets appear, and no UUID is generated. Adding the closing brackets manually doesn’t help.

The only way to make it work is to write the whole expression by hand, and when it converts into an interactive “button,” click it and press “Save.”

Only after that does it start generating UUID values.

Macv2025.6.1

Comments (2)

Sign in to leave a comment.

Gregory Schier

This seems like a bug. But, is there a reason you’re typing in the ${[ instead of just typing uui… and letting the autocomplete appear?

Ian SheinOP

For some reason typing uui… doesn’t show autocomplete options

At least, not always, several times it does showed up but can’t reproduce it

A small clip to show the issue a bit more detailed

Type to search feedback...