Yaak Logo
Yaak
Feedback/Request Chaining issue on cold start?

Request Chaining issue on cold start?

Steve ·2 months ago
Released to BetaBug

Chaining of mutations has worked fairly well, although there seems to be an issue when trying to invoke a mutation with dependencies when cold-starting Yaak. I have to go run the underlying dependent mutations first to achieve success, versus running the primary mutation.

I have a video that I don’t’ want to share here

Windows

Comments (3)

Sign in to leave a comment.

Gregory SchierReleased to Beta
Gregory SchierUp Next

Will take a look at this!

Philip Iezzi

Hey Greg. I tested 2026.3.0-beta.9 and this seems to be fixed. But not quite sure if I understood @Steve’s issue, if it’s the same I have experienced:

Having response.body.path(...) in an authToken variable in my Base Environment which calls a login request to retrieve a new JWT token, and then reusing that extracted token in every request’s Bearer Token for authentication.

That did not work before on cold start without explicitly firing the login request. Now it seems to work! Thx

Type to search feedback...