Share your ideas, report bugs, and see what's coming next
Steps: create a new HTTP request switch body to JSON enter something into the body right click the request select duplicate see body is empty … or…
Exactly the same thing observed happening with both AppImage and .deb installations; and on both Linux Mint 22.3 and Pop!_OS 22.04 This actually…
The spell correction popup displays on macOS for request renaming, and possible other places. Yaak should update the bare <input/> attributes to…
It’s a pretty simple bug: when doing Bulk Edit of environment vars and you paste in something like var:value without the space between the colon and…
Add support for SCIM to allow easier license management for larger organizations.
Consumed 42GB memory while idling, over the course of 3 hours being open. After rebooting and running ramwise against it for about 5 minutes: After…
Yaak already shows text/event-stream responses as individual SSE events, which is useful for debugging the stream. For LLM-style streaming APIs, it…
Hi In my Linux machine sending a requests that responds in ≈50ms would take yaak about ≈5 seconds to respond. After investigating, I found that it…
When editing a URL in the request URL input, accepting the http:// autocomplete suggestion can insert the protocol before an existing ://, resulting…
Hello there! I’ve noticed that update caches are stored in /Users/{user}/Library/Caches/app.yaak.desktop/updates and Yaak doesn’t seem to have any…
Yaak’s UI appears to hang on successful gRPC responses (grpc-status: 0) when the response message contains google.protobuf.Any values inside a…
I’ve run into an issue with cookie.value(): My setup involves a login endpoint that sets a co-auth cookie, but the response actually sets cookies…
When the response headers exceed a certain size, I am getting the following error: Failed to send request: Client error: reqwest::Error { kind:…
Keyboard shortcuts are shifted by one line after Move Selected to Workspace. There should be a forced newline after each shortcut. The width of this…
When using a GraphQL request in Yaak, the Content-Type header appears to be set internally and cannot be overridden by manually adding a Content-Type…
A follow-up to this issue: I’m now able to start the application and I see the toast warning that the plugin could not be found. This plugin was the…
I’m speculating on that being the cause. Awhile ago I manually installed a faker plugin that didn’t exist elsewhere yet. It installed from a local…
Hello! It appears that the OAuth 2 option “Use External Browser” with callback type “Hosted Redirect” (https://oauth.yaak.app/redirect) does…
I just imported an OpenAPI document with several requests. I noticed that the request info shows the description field as expected but also the text…
For Users who are not signed in, there is a link when viewing feedback to Sign in that is broken. Current link points to https://yaak.app/auth/login…
I usually right click on a folder and like to “Send All”. Since the newest version it is loading and loading and doesnt end. If I send the request…
“Copy as gRPCurl” does not work when the request uses an template tag function logs: [2026-02-23][14:48:13][[37mINFO[0m][yaak_plugins::nodejs]…
Apparently every edit on a Request is saved automatically to local storage. It would be great to show an indication in the filetree next to the…
Just got this error message, but I cannot find any button or functio in the GUI to actually delete the duplicate base environment, and I can’t see…
Entering an invalid template in the OAuth 2 settings, for example, causes the view to crash.
After importing a request from Curl and changing the type from JSON to GQL, sent requests have an invalid request body: {"query":""}. Making the…
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…
Dear YAAK Team,First of all, I’d like to say that I really enjoy using YAAK. In particular, the HTTP SSE testing view is very well designed. I like…
Would be nice to allow keyboard scrolling [↓] and [↑] on the Response’s timeline listAdditionally: allow to show the “raw” timeline…
Plugins should be able to show arbitrary dialogs using the existing FormInput[] that template tags and auth plugins have access to.
Expected Behavior:Display full cookie structure in standard format, e.g.: SID=580e1be678832641969f2e19e70a6d90-176766612345688; Path=/;…
Teams should be able to promote members to admins
Description When using yaak to call an API, there is a bug in cookie handling. According to the HTTP protocol specification, the response header…
Should be able to open link in external browser, useful for doing custom authentication in plugins.
Today, I accidentally pressed the "send all" button, causing all the requests to be executed automatically at once. Personally, I think this operation…
Similar to Postman and Insomnia, I was wondering if Yaak has an option for a premade redirect URI essentially. For Postman, if you select Authorize in…
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…
For each git command, now that the system git install is used, a command prompt window briefly pops up. At least it does on my windows machine.
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" }…