Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to enable workflow: "Validation Failed" #12296

Open
wdhdev opened this issue Dec 19, 2024 · 4 comments
Open

Unable to enable workflow: "Validation Failed" #12296

wdhdev opened this issue Dec 19, 2024 · 4 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@wdhdev
Copy link

wdhdev commented Dec 19, 2024

Bug Description

When I attempt to enable my workflow which uses a GitHub trigger, it returns Workflow could not be activated: Validation Failed even though it is valid and was working fine before.

To Reproduce

  1. Create a new workflow using the GitHub trigger
  2. Use an If statement
  3. Use a step to send a message to a Discord channel
  4. Workflow should fail

Here is a screenshot of my workflow:
image

Note: When I run "test step" individually on each step one by one, the workflow works completely as expected, so I am unsure of the issue here as the error message is super vague and provides zero context.

I can export the workflow if needed, but I would rather not do it publicly due to some sensitive information being shown in the export.

I think this issue may be related to #10074.

Expected behavior

The workflow should activate and run fine.

Operating System

Debian 12.8

n8n Version

1.71.3

Node.js Version

20.18.0

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Dec 19, 2024

Hey @wdhdev,

We have created an internal ticket to look into this which we will be tracking as "N8N-7990"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 19, 2024
@Joffcom
Copy link
Member

Joffcom commented Dec 19, 2024

Hey @wdhdev,

Did you copy the node from another workflow or did you add it from the node panel?

@wdhdev
Copy link
Author

wdhdev commented Dec 19, 2024

I copied it to another workflow because the original one was not working. Should I try creating them brand new?

@Joffcom
Copy link
Member

Joffcom commented Jan 7, 2025

@wdhdev yeah, Can you make new ones and try again it could be that for some reason the existing webhook didn't get cleared after a restart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

3 participants
@Joffcom @wdhdev and others