Strava Trigger is not Working

Howdy!

So I have a workflow to add Strava events to Calendar. Works great!

What would make it better? Have this workflow automatically triggered once new event is created, so Strava Trigger sounds great. The problem is…

Problem running workflow Bad request - please check your parameters

Credentials are correct, as I’m able to fetch all of my Strava activities and I’m not using reverse proxy.

  • n8n version: 1.61.0
  • Running n8n via: Docker

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Im30now
Thanks for posting, can reproduce this. Will create an internal ticket and keep you posted :four_leaf_clover:

Tracking [NODE-1848]

1 Like

Thank you!

1 Like

Hi @Im30now,

Strava only allows one webhook subscription at a time and the issue might be that the trigger node is not deleting existing subscription. So if you test the Strava trigger node before activating the workflow, it might not work.

While we work on fixing this, could you try turning on the ‘Delete If Exist’ option? If that doesn’t work, can you try manually deleting any existing subscription and then trying to activate the workflow?

You can find information about deleting a subscription iby following Strava Developers or you can also do that with the workflow below:

2 Likes

Thank you!

“Delete If Exists” doesn’t work, but deleting any existing subscription and then activating workflow does work!

1 Like

New version [email protected] got released which includes the GitHub PR 11226.

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