Hi everyone,
I’ve been experiencing a frustrating bug when submitting templates to the n8n Creator Hub.
What happens:
Every time I click “Submit” on a new workflow template, I get this error immediately:
There was a problem creating the workflow: FetchError: [POST] "https://api.n8n.io/api/workflows": 400
However, the workflow is actually being created server-side — I only realize this after refreshing. Because the UI keeps showing the error and stays on the same page, I ended up submitting multiple times, which created several duplicate workflows that I now cannot delete from the Creator Hub interface.
What I tried:
- Multiple browsers (incognito included)
- Cleared cache
- Different networks
- Logged out and back in
- Cleaned the JSON (removed
meta,pinData,active,versionId, credential IDs)
All attempts result in the same 400 error on the frontend, while the workflow gets created on the backend.
My setup:
- Self-hosted n8n v2.0.3
- Creator account:
growthai
Questions:
- Has anyone else experienced this?
- Is there a way to delete duplicate workflows from the Creator Hub (via API or otherwise)?
- Is this a known bug on the Creator Hub side?
Thanks!