this is most likely because you’re accessing n8n over HTTP, the browser’s Clipboard API requires HTTPS to work. If that’s true, try to set up SSL on the instance and tell me if this works !
Yeah this is the HTTP vs HTTPS thing, Chrome’s clipboard API just doesnt work over plain HTTP. Quickest fix without setting up SSL is go to chrome://flags/#unsafely-treat-insecure-origin-as-secure, add your n8n URL there and relaunch Chrome. Or just use Firefox which doesnt have this restriction.
Hi @pankaj_ikraft, this does not usually occur but you can always switch to incognito mode to make sure that the JSON you are tryna copy gets copied as it is, also if this problem persists i would recommend adding a small proxy between you and your instance so that you are always a new client for it with clean cache memory. (this will increase some overheads)
Hey @houda_ben, yes that was exactly the issue — accessing n8n over HTTP. I’ve set up SSL and it’s working now, thanks for pointing me in the right direction!