mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 20:13:15 -05:00
[BUG] Copy on click is not working #1524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cat-inGlasses on GitHub (Dec 15, 2025).
Clicking on stack name to copy is not working:
Console is showing an error:
@Besi97 commented on GitHub (Dec 17, 2025):
I've noticed the same behaviour, but not always. I have two modes to reach Komodo in my setup:
It would be nice if it worked regardless of these factors, if possible.
@NiXTheDev commented on GitHub (Dec 20, 2025):
Copy-on-click requires SSL encryption in any modern browser, otherwise it requires permission to access clipboard contents, which Komodo Core does not request
So if you're accessing Komodo Core via HTTPS the copy-on-click will work, but if you're accessing it via HTTP, then the copy-on-click will not work