Body editor not updating when switching between requests after Postman import
Environment:
Yaak version: 2025.9.0-beta.9
OS: macOS
Steps to reproduce:
Create a Postman collection with multiple POST requests, each with different JSON bodies
Import the collection into Yaak (File → Import)
Click on different requests in the sidebar
Expected behavior: Each request should display its own unique body content in the JSON editor.
Actual behavior: When switching between requests, the body editor does not update properly. It either:
Shows the same body for all requests
Shows the body from a previously selected request
The body panel appears stuck/cached
Notes:
The URL and request name update correctly in the header
Only the body editor content fails to refresh
This happens with both native Postman imports and Yaak-format imports
Hmm, I can’t actually reproduce this. Can you provide a simple export file that you used?
Also, does it only happen with imported data, and not with requests you created manually?
Yep, only happens with imported data. Also seems more noticeable with larger collections.
Here's a simple export to reproduce:
Hmm, ya, sounds like a race condition then. I’m pretty sure I have a fix for this (still can’t reproduce) which will be in the next stable release (today or tomorrow) 🤞🏼
Awesome, thanks for looking into it! Looking forward to the fix 🙏
Can you try again in beta 10?
https://yaak.app/blog/2025.9.0-beta.10
https://yaak.app/blog/2025.9.0