Button copy doesn't work for me! I get a Alpine error in console!
Uncaught ReferenceError: $tooltip is not defined
at [Alpine] navigator.clipboard.writeText('http://127.0.0.1:8000/join/JZId6N25Bb7BVfI58w3zbSrcpJ8TkEbfVIVnjk00ZKpgQiS4D8iKbhOhx3b75Z4i');
$tooltip('Copied!', { timeout: 2000 }); (eval at safeAsyncFunction ( ...
PK
Povilas Korop
✓ Link copied!
This operation requires HTTPS secure protocol by browser, it will not work on http://127.0.0.1 from what I know, should be something like https://project.test
I use Laravel Herd so I just run herd secure on that folder.
LA
Luis Antonio Parrado
✓ Link copied!
Now copy works over ssl, but i get a ‘$tooltip is not defined‘ and Copied! message is not shown ( with https)
PK
Povilas Korop
✓ Link copied!
Hm, not sure, it really worked for me, at the time. Maybe some compiling needed? Try npm install && npm run build?
Button copy doesn't work for me! I get a Alpine error in console!
This operation requires HTTPS secure protocol by browser, it will not work on http://127.0.0.1 from what I know, should be something like
https://project.testI use Laravel Herd so I just run
herd secureon that folder.Now copy works over ssl, but i get a ‘$tooltip is not defined‘ and Copied! message is not shown ( with https)
Hm, not sure, it really worked for me, at the time. Maybe some compiling needed? Try
npm install && npm run build?