Yaak Logo
Yaak
Feedback/The right-click "Copy as cURL" option is duplicated.

The right-click "Copy as cURL" option is duplicated.

方明 ·a year ago·#YF549
ReleasedBug

Windowsv2025.5.0-beta.4

Comments (14)

Sign in to leave a comment.

Duplicate Copy as Curlwas merged
Yaak BotReleasedFeatured

This shipped in 2026.6.0 🎉

Yaak BotReleased to Beta

This is now available in 2026.6.0 beta!

Gregory Schier

Hmm, this doesn’t seem like it should be able to happen. Are you doing anything with plugins?

方明 OP

After I uninstalled and reinstalled it, everything worked normally. I have no idea what caused this issue

Pyoan L

also command palette

Kevin Davis

I came here to report the same problem. You say it may be plugin related? the only one I have installed is Faker.

thep200

I'm having the same problem. I haven't even installed any plugins.

André Johansson

I also had two entries, but now since 2025.9.0-beta.9 it goes out of control. If I hover the menu it duplicates itself.

I have no plugins installed

bjorkenjoyer

I’m having the same issue. I haven’t done anything out of the ordinary compared to how I normally use the app image

Alex Thomson

I have the same issue and after reviewing the plugin list I found that I have both @yaakapp/exporter-curl and @yaak/action-copy-curl as bundled plugins. It seems that @yaakapp/exporter-curl was renamed to @yaak/action-copy-curl in this commit https://github.com/mountain-loop/yaak/commit/19ffcd18a6c4834729bc836e200642e313ec9a8d

I suspect that when Yaak updates on Windows it’s not deleting old files which would explain why this old plugin still exists and why according to OP’s reply a reinstall fixes it.

Additional I believe these are duplicate issues:

image
Alex Thomson

I uninstalled Yaak and it left behind the following files, It seems the only solution is to manually delete %LOCALAPPDATA%\Yaak.

%LOCALAPPDATA%\Yaak\yaaknode.exe
%LOCALAPPDATA%\Yaak\yaakprotoc.exe
%LOCALAPPDATA%\Yaak\migrations\20230225181302_init.sql
%LOCALAPPDATA%\Yaak\migrations\20230319042610_sort-priority.sql
%LOCALAPPDATA%\Yaak\migrations\20230330143214_request-auth.sql
%LOCALAPPDATA%\Yaak\migrations\20230413232435_response-body-blob.sql
%LOCALAPPDATA%\Yaak\migrations\20231022205109_environments.sql
%LOCALAPPDATA%\Yaak\migrations\20231028161007_variables.sql
%LOCALAPPDATA%\Yaak\migrations\20231103004111_workspace-variables.sql
%LOCALAPPDATA%\Yaak\migrations\20231103142807_folders.sql
%LOCALAPPDATA%\Yaak\migrations\20231112180500_body_object.sql
%LOCALAPPDATA%\Yaak\migrations\20231113183810_url_params.sql
%LOCALAPPDATA%\Yaak\migrations\20231122055216_remove_body.sql
%LOCALAPPDATA%\Yaak\migrations\20240111221224_settings.sql
%LOCALAPPDATA%\Yaak\migrations\20240115193751_workspace_settings.sql
%LOCALAPPDATA%\Yaak\migrations\20240118181105_channel_setting.sql
%LOCALAPPDATA%\Yaak\migrations\20240127013915_cookies.sql
%LOCALAPPDATA%\Yaak\migrations\20240128230717_more_response_attrs.sql
%LOCALAPPDATA%\Yaak\migrations\20240203164833_grpc.sql
%LOCALAPPDATA%\Yaak\migrations\20240522031045_theme-settings.sql
%LOCALAPPDATA%\Yaak\migrations\20240529143147_more-settings.sql
%LOCALAPPDATA%\Yaak\migrations\20240607151115_open-workspace-setting.sql
%LOCALAPPDATA%\Yaak\migrations\20240814013812_fix-env-model.sql
%LOCALAPPDATA%\Yaak\migrations\20240826184943_disable-telemetry.sql
%LOCALAPPDATA%\Yaak\migrations\20240829131004_plugins.sql
%LOCALAPPDATA%\Yaak\migrations\20241003134208_response-state.sql
%LOCALAPPDATA%\Yaak\migrations\20241012181547_proxy-setting.sql
%LOCALAPPDATA%\Yaak\migrations\20241217204951_docs.sql
%LOCALAPPDATA%\Yaak\migrations\20241219140051_base-environments.sql
%LOCALAPPDATA%\Yaak\migrations\20250102141937_sync.sql
%LOCALAPPDATA%\Yaak\migrations\20250108035425_editor-keymap.sql
%LOCALAPPDATA%\Yaak\migrations\20250108205117_workspace-meta.sql
%LOCALAPPDATA%\Yaak\migrations\20250114160022_remove-workspace-sync-setting.sql
%LOCALAPPDATA%\Yaak\migrations\20250123192023_plugin-kv.sql
%LOCALAPPDATA%\Yaak\migrations\20250128155623_websockets.sql
%LOCALAPPDATA%\Yaak\migrations\20250302041707_hide-window-controls.sql
%LOCALAPPDATA%\Yaak\migrations\20250326193143_key-value-id.sql
%LOCALAPPDATA%\Yaak\migrations\20250401122407_encrypted-key.sql
%LOCALAPPDATA%\Yaak\migrations\20250402144842_encryption-key-challenge.sql
%LOCALAPPDATA%\Yaak\migrations\20250424152740_remove-fks.sql
%LOCALAPPDATA%\Yaak\migrations\20250507140702_remove-ev-sync-states.sql
%LOCALAPPDATA%\Yaak\migrations\20250508161145_public-environments.sql
%LOCALAPPDATA%\Yaak\migrations\20250516182745_default-attrs.sql
%LOCALAPPDATA%\Yaak\vendored\plugin-runtime\index.worker.cjs
%LOCALAPPDATA%\Yaak\vendored\plugins\exporter-curl\package.json
%LOCALAPPDATA%\Yaak\vendored\plugins\exporter-curl\build\index.js
%LOCALAPPDATA%\Yaak\vendored\plugins\template-function-file\package.json
%LOCALAPPDATA%\Yaak\vendored\plugins\template-function-file\build\index.js
Yaak Bot

An old exporter-curl plugin directory is sticking around and loading alongside the new one, so both add the menu item. #530 makes Yaak ignore it. To fix it now, delete exporter-curl from vendored/plugins in your install.

Type to search feedback...