clams-tech / Remote

Remote control your Core Lightning node
https://remote.clams.tech
GNU General Public License v3.0
41 stars 7 forks source link

Copy not working in permissions page #146

Closed pabpas closed 1 year ago

pabpas commented 1 year ago

Running 1.6.0 locally. I can't copy any of the values in the permissions page (session pubkey, read, clams, admin).

Tried with firefox and chromium on debian stable. Copying works in app.clams.tech.

$ node --version
v18.15.0
$ yarn dev-http --host
lnbc1QWFyb24 commented 1 year ago

Hey @pabpas some browser environments do not allow access to the Clipboard API when served over http and require a secure environment (https). I find generally that everything works find on desktop when served over http, but on mobile the Clipboard does not work.

pabpas commented 1 year ago

That was the thing, tried with https and copying works. Thanks!