Open sprankhub opened 3 months ago
Hey @sprankhub,
Can you share the workflow you are using?
Not here as it contains "sensitive" data, but I could send it to a support mail address if that helps...?
Hey @sprankhub,
Sure, You can send it to help@n8n.io and I can pick it up from there.
Cool, done (ticket number 766619)!
Replied to ticket.
Update for anyone following along, This is down to duplicating a webhook based trigger node. The ID and URL remains the same which causes issues, We have NODE-1525
created to look into fixing this in the future.
@Joffcom i have this issue and the fix should be to just create the nodes manually, right ? because after duplicating, even my original nodes can't be activated anymore
I wouldn't call this a fix, but rather a workaround.
Having said that, creating the nodes manually works, yes.
@moda20 you got it, For now the best option is to add the node again rather than duplicate it.
Bug Description
I have a workflow, which includes some GitHub "On Pull Request Review" triggers, merged them and executes some actions afterwards. Since I added one more repository, I cannot enable the workflow any more. As soon as I enable it, it shows the generic error message "Validation Failed":
In the console, I can see that the request to activate the workflow results in a 400 Bad Request error. The payload is pretty simple, so I don't get the generic error message, though:
To Reproduce
Expected behavior
A more detailed error message is shown, so that I can fix the workflow. Currently, I have no idea what is wrong with the workflow. Actually, I think the workflow is completely valid.
Operating System
Cloud
n8n Version
1.50.1
Node.js Version
Cloud
Database
SQLite (default)
Execution mode
main (default)