Strava trigger not working

Describe the problem/error/question

I set up a strava trigger, it can be triggered perfectly when I test workflow. But after save and active workflow, it can never triggered by strava event.

BTW, other webhook trigger can work.

What is the error message (if any)?

No error, no execution.

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: v1.84.3
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: ubuntu 22.04.5 LTS

Hey @Mayfield

I’ve never used the Strava webhooks, but maybe you could be using only the test URL.

n8n webhooks (in this case a Strava trigger) have both test and production URLs:

Have you configured the production URL too?

Hi @solomon
Thanks for your help, I think somehow there can only exist 1 strava trigger. I’ve fix it.

And the URL thing, n8n team said it’s not a toggle, but a switch button to view two URL.

Yeah, that’s not a toggle. That’s used to provide information for you, when setting up the Strava webhook on their end.

You didn’t have to set up the webhook URL? n8n did that automatically?

@solomon Yes, it’s automatically, only thing I need to do is use OAtuth2 to sign in Strava.

1 Like

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