karlomikus / vue-salt-rim

Salt Rim is a Vue based web client used for connecting to Bar Assistant server instance.
https://barassistant.app
MIT License
92 stars 17 forks source link

Clipboard not receiving data from share menu #184

Closed zeekaran closed 2 months ago

zeekaran commented 2 months ago

It looks like the clipboard error has come back. I have a fresh install and cannot get any of the "Copy as ..." or the cocktail public link popup's "Copy link" buttons to copy to my clipboard.

zhdenny commented 2 months ago

Copy to clipboard (in all of its forms) works flawless for me....

zeekaran commented 2 months ago

It doesn't work on my install. I've seen it work on the frontend demo. I have tried on Chrome and Firefox, across Windows and Debian. Checking the network debug window, it doesn't look like anything is wrong. Not sure what to look for in my docker logs.

karlomikus commented 2 months ago

Do you have HTTPS enabled. Copy is using navigator.clipboard, and it needs secure context.

zeekaran commented 2 months ago

That was it! Phew.