can not seem to make the add credential button to show up on my custom node that I followed on the creating custom node tutorial
repo: azka-zaydan/n8n-nodes-example-test (github.com)
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hey @azka-zaydan,
Looking at the code for your node the credential is called nasaPicsApi
but you are looking for NasaPicsApi
, Try changing the case of the N
and see if that helps.
hi Jon, which one are you referring to? also does the file names matter?
Hey @azka-zaydan,
The filenames will matter but the linter will pick up issues there, I was looking in the code for the node and the credential if you check the name in the credential file and the name for the credential in the node description you will see the difference.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.