[GH-ISSUE #5643] [BUG]: copyblock not clickable #5214

Closed
opened 2026-06-05 14:52:41 -04:00 by yindo · 1 comment
Owner

Originally created by @MinerGuy62 on GitHub (May 16, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5643

How are you running AnythingLLM?

Docker (remote machine)

What happened?

I setuy anythingllm server and I am using brave to connect. The Copy Block button doesn't allow me to click on it to copy the text. I can highlight and copy normally. I shows a click action like it's being presses but doesn't copy anything

Are there known steps to reproduce?

When there's a block of text you are not able to click copyblock

LLM Provider & Model (if applicable)

No response

Embedder Provider & Model (if applicable)

No response

Originally created by @MinerGuy62 on GitHub (May 16, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5643 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? I setuy anythingllm server and I am using brave to connect. The Copy Block button doesn't allow me to click on it to copy the text. I can highlight and copy normally. I shows a click action like it's being presses but doesn't copy anything ### Are there known steps to reproduce? When there's a block of text you are not able to click copyblock ### LLM Provider & Model (if applicable) _No response_ ### Embedder Provider & Model (if applicable) _No response_
yindo added the possible bug label 2026-06-05 14:52:41 -04:00
yindo closed this issue 2026-06-05 14:52:41 -04:00
Author
Owner

@timothycarambat commented on GitHub (May 18, 2026):

Not a bug, you are probably hosting the container over HTTP on a non-localhost domain - where standard browser security rules prevent clipboard access, and this is the case for any page, not just AnythingLLM.

https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API#security_considerations

The Clipboard API allows users to programmatically read and write text and other kinds of data to and from the system clipboard in secure contexts.

Other issues that are the same thing on this repo where we answer this:
#1781
#1631
#1509
#1376
#196
#1136

<!-- gh-comment-id:4483692911 --> @timothycarambat commented on GitHub (May 18, 2026): Not a bug, you are probably hosting the container over HTTP on a non-localhost domain - where standard browser security rules prevent clipboard access, and this is the case for any page, not just AnythingLLM. https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API#security_considerations > The Clipboard API allows users to programmatically read and write text and other kinds of data to and from the system clipboard in [secure contexts](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts). Other issues that are the same thing on this repo where we answer this: #1781 #1631 #1509 #1376 #196 #1136
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5214