Share your ideas, report bugs, and see what's coming next
All secrets suddenly disappear. After restarting Yaak, they appear again. The entire app becomes partially frozen. I can still select and edit inputs…
if I duplicate request and modify param, the other one’s param got modified as well
When sending a request, I am getting this error: Failed to send request: Client error: reqwest::Error { kind: Request, source:…
I am using rpm build on Fedora 44. For some reason when I click the Check for Updates button, it shows that there are no updates even when there are…
I am trying to import an OpenApi v3.0.4 document. The requests are all just “/api/…” instead of something like “{{BASE_URL}}/api/…”. This…
Currently I am not able to use OAuth 2 auth (grant type: Authorization Code) against an OpenIddict server. It looks like the root cause is because the…
According to https://day.js.org/docs/en/display/format To escape characters, wrap them in square brackets (e.g. [MM]). Unfortunately that doesn’t…
When Yaak is left idle in the background without any user interaction, it consumes approximately 9 GB of RAM and 30% CPU. This happens even when no…
When sending a request with a large streamed upload body, the response timer/loading indicator can continue spinning after the server has already…
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…
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…
Given a request URL like: /pets/:petIdentifier/info the :petIdentifier is highlighted and available in the “Params” list. Editing such…
Hey! I can not get Yaak AWS Signature generating working with Ceph’s S3 endpoint. You can reproduce the issue by using this Ceph single-container…
While typing chinese, entering in MacOS means confirming those characters are correct, and clicking the enter twice submits the change, there are two…
I got a problem when try to import Cloudflare API Schema. https://github.com/cloudflare/api-schemas/raw/refs/heads/main/openapi.json I can import, but…
When editing a URL in the request URL input, accepting the http:// autocomplete suggestion can insert the protocol before an existing ://, resulting…
Yaak’s UI appears to hang on successful gRPC responses (grpc-status: 0) when the response message contains google.protobuf.Any values inside a…
Large collections (with 1000+ requests) causes poor performance when typing in most places. This affects request URL, body, parameters, headers, auth…
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…
I’m unable to import this schema. In the logs I see this warning [yaak_plugins::manager] Timeout (5s) waiting for import_request responses…
Set-cookie headers add cookies automatically to the cookie jar. In my case I want to send each request without cookies. So this requires me to click…
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…
Description I’m experiencing a TLS connection error when trying to send a request to a private internal service through VPN. The service is hosted…
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]…