ClickUp "Task Updated" Trigger not firing on Community

I am trying to create a simple Flow that does something everytime a ClickUp Task is updated. However the “Clickup Task Update” trigger never fires. I have make dozens of changes to ClickUp Tasks but they never seem to fire the ClickUp Task on my Digital Ocean installed instance of AP Community.

I do seem to have better luck having these ClickUp Task Updated triggers fire on the Cloud version. What do I need to do in order to get these to work on the Community version?

  • I have a custom domain name setup and and SSL cert installed.
  • I have removed the ClickUp Connection and readded it

Thanks in advance for your help.

Going to share what I found.

It turns out that the webhooks in Clickup were being generated as http://<ip address>. I needed to update the .env file to set AP_FRONTEND_URL to the https://domain.name.com address of my server. Once I did this and restarted the backend the Clickup webhooks began to work.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.