I am trying to create a workflow action. I am getting below error when i try to deploy the code:
Failed to queue the build because project `behavely-ai-integration-hubspot` failed validation. Make sure there are no duplicate component names and contact support if the problem persists.
No components were found when analyzing your project. Add components to your project and re-upload.
What I’ve already checked:
- Confirmed `hsproject.json` includes `“appDirectories”: [“src/app”]`.
- `app-hsmeta.json` uses `“path”: “workflow-actions/workflow-actions-hsmeta.json”`.
- The component file parses with `python3 -m json.tool`.
- No duplicate `name` values inside the repo.
- `.hsignore`/`.gitignore` do not exclude `src/app/workflow-actions`.
I did check via ‘hs project validate’, and it’s successful. Anyone, please help.