Credentials file not found by verification pre-checks but exists in repo

Describe the problem/error/question

We submitted our custom node for verification by n8n but face a failing pre-check that says Can't find credential file in repo. However, the file exists under n8n-nodes-superchat/dist/credentials/SuperchatApi.credentials.js. We followed the starter node for this.

The link to our NPM package is: https://www.npmjs.com/package/n8n-nodes-superchat

What is the error message (if any)?

Can’t find credential file in repo

Please share your workflow

n/a

Share the output returned by the last node

n/a

Information on your n8n setup

n/a

We found the solution to this ourselves.

We previously checked the code on npm but not our repo itself. However, the pre-checks do check the repo. Adding the file there made the pre-checks pass.

I am facing the same issue, and both my npm code and github repo code have the credentials file.

I am still getting the ‘pre-check failure’ message.

finally found the issue. My credential file had .Credential.ts (lower case) as title, but it should be be .credential.ts (lower case)

This fixed the problem for me.

can you help, this is my node
n8n-nodes-peak-ai

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