Bad Request when activating Strava Trigger Node

Describe the problem/error/question

I have a workflow that is triggered by a Strava Trigger Node.

Everything works perfectly when I test the workflow in the editor.
But when clicking on the toggle to activate my workflow, I get an error (Bad Request) and I can’t activate it.

I don’t think the issue are my credentials, as I tried using a normal Strava Get Activity Node and that could be activated correctly.

The issue has probably something to do with the Strava Trigger Node (Webhook).

I have n8n installed using hass-n8n on a Raspberry Pi 5 running Home Assistant OS. The instance is publicly accessible using a Cloudflare Tunnel.

What is the error message (if any)?

The Error Message is:

Workflow could not be activated:

*Bad Request*

(Yes, it is really that vague).

Please share your workflow

Information on your n8n setup

  • n8n version:1.59.0
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Home Assistant OS Addon
  • Operating system:Home Assistant OS
1 Like

Hi @zone4967,

Welcome to the community! :four_leaf_clover:
Have you configured your WEBHOOK_URL env var in your n8n setup? The fact that you can make GET requests successfully but Strava can’t connect via webhook suggests that might be the issue.

Hey!

Have you managed to solve it? I’m having the same problem as Strava Credentials are working fine (can receive information), but Strava Trigger is off.

1 Like

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

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