Validation Failed

Describe the problem/error/question

so basically, I get an error trying to either run or test the workflow, and this happens out of nowhere, like, the process was running just fine yesterday, and now today with 0 changes made, it started giving this error

What is the error message (if any)?

Please share your workflow

Information on your n8n setup

  • n8n version: 1.91.3
  • Database (default: SQLite): PostgreSQL (managed by n8n Cloud)
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own (default on n8n Cloud)
  • Running n8n via: n8n cloud
  • Operating system: Managed by n8n Cloud (not applicable)

i also searched on Github for generic errors like this but I think all the tickets have been closed.

i’ll put them here, they can still help:

1 Like

I actually found out how to solve the issue but I don’t still exactly know why it’s happening, when I navigate to the github repo and go to settings to check the webhooks, I see some URLs that are already there, if I delete all of them, it wroks

This mainly happens when I “Test Workflow” and I do it multiple times without clearing? (clicking the dumpster icon) unsure… because sometimes it happens and other times no

I did some research about it and I found something along the lines of “n8n is trying to probe a new request to github repo but since the request is already there, it can’t generate a new one thus making it invalid”, which then if I delete the old request (the webhook URL) it will start working again

However like I said, the issue keeps presisting and it’s very counter intuitive to just keep going to the repo everytime the same problem happens and delete the webhook URL all the time

1 Like

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