[BUG] Copy on click is not working #1524

Open
opened 2026-03-22 17:33:42 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @cat-inGlasses on GitHub (Dec 15, 2025).

Clicking on stack name to copy is not working:

Image

Console is showing an error:

Image
Originally created by @cat-inGlasses on GitHub (Dec 15, 2025). Clicking on stack name to copy is not working: <img width="546" height="285" alt="Image" src="https://github.com/user-attachments/assets/4ddb81c4-0bed-4a89-9487-fe07bf0830d0" /> Console is showing an error: <img width="755" height="331" alt="Image" src="https://github.com/user-attachments/assets/1b279d82-b986-4039-a584-3f74209e8b1f" />
Author
Owner

@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:

  • Through a reverse proxy with its own domain via VPN, with standard HTTPS setup. In this case the copy works well.
  • Based on the host's IP address (either via VPN or local network), with just HTTP and Komodo's default port (9120). In that case the copy does not work.

It would be nice if it worked regardless of these factors, if possible.

@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: - Through a reverse proxy with its own domain via VPN, with standard HTTPS setup. In this case the copy works well. - Based on the host's IP address (either via VPN or local network), with just HTTP and Komodo's default port (9120). In that case the copy does not work. It would be nice if it worked regardless of these factors, if possible.
Author
Owner

@NiXTheDev commented on GitHub (Dec 20, 2025):

It would be nice if it worked regardless of these factors, if possible.

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

@NiXTheDev commented on GitHub (Dec 20, 2025): > It would be nice if it worked regardless of these factors, if possible. 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 HTTP***S*** the copy-on-click ***will work***, but if you're accessing it via HTTP, then the copy-on-click **will _not_ work**
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#1524