Share your ideas, report bugs, and see what's coming next
Currently it seems like you can only import one postman collection at a time and each collection creates a new workspace. I would like the ability to…
Hello! It appears that the OAuth 2 option “Use External Browser” with callback type “Hosted Redirect” (https://oauth.yaak.app/redirect) does…
I was trying to create plugin which adds message level encryption (request is always encrypted with a server cert and response is always decrypted…
I wrote in headers: Cookie: XDEBUG_SESSION=PHPSTORM, but it doesnt appear. I check in Bruno, that XDEBUG is ok. Issue only in yaak. :( I have another…
I love and heavily use the JSON body feature in Bruno where you’re able to comment out with “//” like code comments any line and have the…
I am getting this error while importing .json file in yaak after doing a fresh install of yaak in endeavouros. i installed using yay using the…
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…
Currently, request chaining does not allow overriding variables in the chained request. Example: I generate a JWT in one request and call it from…
Previously posted as question. Reposting with additional use cases and as Feature Request for better visibility…
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…
In the HTTP Request → Auth dropdown, authentication methods (API Key, AWS Signature, Basic Auth, Bearer Token, JWT, OAuth, etc.) appear multiple…
command : “yaak send rq_n3Ah9y7W8u” err : Error: Exit code 101 Warning: Failed to initialize plugins: Plugin error: Failed to initialize…
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]…
Core Pain Point: Currently, manually filling out request parameters (Headers, Body, Query) by referring to API documentation is very inefficient and…
Hello! I am testing my API with Yaak and for dates it uses timestamps. However, when I’m using faker.date.future(...) it returns only the string ISO…
When I’m developing a GQL server using Elixir/Ash, I have a setting on that requires all GQL queries to have correct operation name. If i write a…
I’m trying to connect to an internal application that uses NTLM authentication. I know the endpoint works as the configuration works fine through…
It would be great if Yaak supported mTLS client certificates per request in collection (next to the existing “global” setting). For my use-case it…
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…
As stated if someone loses an encryption key and they reset the key because of it, there’ll be values in the workspace that was encrypted and saved…
Hello, I started using Yaak instead of Bruno. I love Bruno, but the fact that Yaak also handles WebSocket and GraphQL requests is a plus, so I started…
Hello, it seems there was a change that impacated yaak dayjs plugin. When I leave empty for dayjs plugin it correctly determines the todays date. But…
I’ve not seen any API client handle client assertions in a nice way yet. It’s an alternative to the client credentials flow, where instead of…
First of all, thank you for building Yaak! It’s an incredibly fast and lightweight tool that has significantly improved my API testing workflow…
Hi, I just love Yaak and I immediately bought a license upon reading the first few features. I used postman, then insomnia, and saw both decline as…
Entering an invalid template in the OAuth 2 settings, for example, causes the view to crash.
Vite’s dev server only uses HTTP/2 when enabling HTTPS, and all the requests sent through Yaak are crashing it with the error (HTTP/1 specific…
With recent updates to http request URLs from microsoft, the length of the URLs now exceeds 255 characters. It appears yaak will not accept pasting…
We have hundreds of api creds that we interface with between test/staging/production in order to execute things on behalf of individual customers…
While typing show the possible JSONPath key value pairs matching what has been typed. In this example show all keys starting with “mai”.
There is already a way of detecting if the user has a curl on their clipboard and the app automatically offers an import as curl button. It would be…
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 ($')…
If I have a collection with 500+ items(mixed with folders), the search on the sidebar becomes laggy as I type to search for something The global…
For example, trying to edit environment variables now hangs the whole application, forcing me to kill it. There is not way to change the variable…
Hi! Mb I’m missing something, but I can’t find simple secure channel connection to gRPC server. Is it possible? Like in UI or somewhere? I don’t…
The output shows only the first two columns (even when selecting RAW):with no scroll bar or possibility to move horizontally.As far as I know by the…
Currently If I import an open api schema json. While the import works good the summary are used as the identifier for the imported endpoints. Let’s…
Since the release of reorderable tabs I occasionally drag them around on accident on laptop. It would be nice if we could lock them in place.
On smaller window sizes it is currently impossible to access the timeline tab due to no scroll behavior existing and the start of the word not being…
I’m behind a proxy and cannot activate my license. The log file is not showing anything useful. (Plugin updates also doesn’t work)
Current response.body.path uses this style of select (from my understanding, it's webkit) which does not fit app styling and hard to navigate. Also…
running out of memory in mac
If you have multiple headers with the same name (for testing purposes), only the last one is taken into account (understandable), even if it is…
It would be nice to have the ability to use GraphQL subscriptions.https://graphql.org/learn/subscriptions/
Description:Currently, there is no way to create a new request at the Root Level (Top Level) of the project if you have any existing request open in…
Running into an issue at company where we need to Authorization with a capital A but in the timeline it seems to be sent as a lowercase authorization…
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…