I’m using the cloud version of NocoDB so to create my n8n credential I plug the API key and choose https://app.nocodb.com as host and the connection is tested successfully
But in the node, I can’t fetch the project or table names.
Hey @headset907 , I suspect it has something to do with the role of the user you connect to NocoDB with. Perhaps the role in question has some limitations preventing viewing projects and tables.
@ihortom that is so weird…
My connection is successful but it still seems to not work in the node.
Also the wording is different in mine maybe due to the latest update…
I can write it manually. With wrong database or table name, it throw an error, but with good database and table name it throw 401:```
{
“msg”: “Invalid token”
}
Hey @Pascoual, great follow up!
How did you do it? Just clicking Add Members in the Members tab?
So you fill out a random email and which did you give it?
Thanks
Go to the bottom left on you account name, and go to settings. On the new page go to User Management.
Create a new user with an email, alias or another email you own.
When created click on the 3 dots, copy invit URL and open a private browser windows to create account login and pass. Connect you with the new user and create a token. Assign the new user to projects you want to use.
Completely different from yours!
You’re self hosted right? I see the try nocodb cloud on your pic.
I’m using the cloud version that’s maybe why I can’t have it to work…
I added a second user and created a token.
What role did you assign to the new user? Owner, creator, editor?
Even with owner assigned I don’t see the project and table (still greyed out…)
Yes, self hosted on a CPanel node app option.
The new user role is creator.
The version of the API is 0.200.0 Onwards.
It show the “Workspace” field, set to “No Workspace” (this is the name of the unique workspace allowed in community edition). You don’t have that field, strange o0 !