Share your ideas, report bugs, and see what's coming next
Entering an invalid template in the OAuth 2 settings, for example, causes the view to crash.
When debugging GraphQL requests from Firefox, it uses ANSI-C quoting to escape special characters in the gql body. This dollar-prefixed string ($')…
I’m behind a proxy and cannot activate my license. The log file is not showing anything useful. (Plugin updates also doesn’t work)
We are using Yaak to successfully work with a public API. One end point redirects to Amazon s3 after auth to return a file and this now fails. It did…
The npm package @yaakapp/api contains the type definitions used for authoring plugins. The latest version currently available in npm is 0.7.0, which…
macbook with processor Intel Core and macOS Sequoia 15.7.3app is not launch and not error dialog. i’m not sure what happen.Test on Yaak app without…
The response timeline view (both visual and raw format) don’t show request URL query parameters. This applies to manually added parameters, as well…
Description When using yaak to call an API, there is a bug in cookie handling. According to the HTTP protocol specification, the response header…
Issue Description:When importing a cURL command generated by Chrome for a multipart form submission with an attachment, Yaak fails to parse it…
Description:While working with the system, I encountered an issue where variables in the body of a request are incorrectly recognized when they are…
Hello , I have faced an issue in linux wrt importing curl commands, it's not parsing body clearly, their are some issue with parsingexample -…
OAuth works well, but when I leave the yaak open for a while with no activity (or open the app next day), I get “Plugin error: Failed to refresh…
I found this error in the Yaak.log: Failed to handle incoming plugin event Error: ENOENT: no such file or directory, open 'C:\Users\Alex…
bug on the response history: https://share.zight.com/Qwu10Og5i can’t select anything at the top, as it keeps scrolling down. The scrollbar and…
Only noticed in the latest beta so far, not sure how far back it might’ve started.
When I submit a GQL query I get ```{ "errors": [ { "message": "Invalid request, query can't be empty.", "errorType": "MalformedHttpRequestException" }…
Environment:Yaak version: 2025.9.0-beta.9OS: macOSSteps to reproduce:Create a Postman collection with multiple POST requests, each with different JSON…
Here’s my setup - I have a dev server which does not need auth, and a staging serving which takes API Key. I’ve set up a variable for the API key…
In my setup the main branch is protected from direct pushes. If the app is set on the main branch and a commit and push is done, yaak app reports…
https://yaak.app/buy/license?coupon=PPQTJCN50 :(
This should use finalUrl instead of request.url, Otherwise, the following result will be produced when the params is not…
I have installed Yaak using .deb package on my Linux Mint system.Everything is working except for Zoom In. Interestingly “Zoom to Actual Size” and…
after the latest update new requests are not persisted
Steps to ReproduceStart with the Sidebar Collapsed above ~550pxShrink the window width < 550pxOpen Side bar.Seems to happen about ~550px, but I could…
After reviewing the logs, I suspect this is because Clash blocks connection between the Node(plugin system) and Rust. Could using UDS help circumvent…
If the auth uses an API key and its behavior is to insert a header, the exported curl output will contain no content.
I have a response example{ "StatusCode": 200, "Message": { "LogID": "1626787", "Payload": "some payload" }, "ByteData": null, "ResponseType":…
Before the recent update, the pretty formatter wasn’t great (it was ok), but this recent update made it unreadable.Due to it not rendering correctly…
Update 2025.6.0 fixed the problem with Backspace triggering the Delete Request modal when a field is focused, but trying to delete entire words with…
I like to copy parts of the response body using the keyboard. Currently, the cursor is not visible in the response panel, is this a bug? It is not…
I've been using Yaak for over a week now, and decided to uninstall Postman a day ago.I have two devices: my Macbook M1 Pro (OS Tahoe), which I use…
The following case will be error.1. Added the params “username” ← First one2. Added the params “username” ← Second one3. For First one…
If you select multiple folders with Shift key and move it to other folder - it unpacks all the requests in the foldersSeems like if there is a…
Copy as curl includes an empty authorization header even when authorization is disabled.Copy as curl for the above image produces the following…