Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
2.3.2
If you are self-hosting, which installation method do you use to run Baserow?
Docker via CasaOS
What are the exact steps to reproduce this issue?
In an automation workflow starts when HTTP trigger
Configure
Webhook URL a grey code box with the http:// …etc
Hover over it and a black speech bubble says copy webhook url
Click teh box, click the speach bubble, right click the box
Go to another workflow action Send HTTP request
Configure
Endpoint url
Click and ctrl +v right clcik and paste
No webhook url
What am I doing wrong or are we supposed to write it down and type it back in ?
Hey @Dominic, if I understood everything correctly, then it works as expected for me. Could you please try again and maybe record a short video showing the steps?
This is a video of trying to copy the web-hook link out of the trigger into the send (I know that these usually would not be on the same work flow).
I have tried on a number of different browsers and 2 computers one MacOS and one Linux Mint none will allow me to copy the URL.
Hi @Dominic
We found a likely cause: the webhook URL in the video uses http://192.168``…. In this version the copy button uses the browser Clipboard API, which is only available in a secure context (normally HTTPS). That would explain why copying fails across browsers and computers
So I think you need to setup https on your server to make this work.
Ok thank you for looking into it for me.
I have now added https:// on the server and the copy paste works as expected. Thanks again.