Open ianpogi5 opened 2 months ago
I discovered that it will only have this issue if I use postgresql as backend db. SQLite db did not have this issue.
So I compared data in sqlite and postgresql. Below is the table installed_nodes
.
name | type | latestVersion | package |
---|---|---|---|
NetSuite | n8n-nodes-netsuite.netsuite | 1 | n8n-nodes-netsuite |
name | type | latestVersion | package |
---|---|---|---|
NetSuite | n8n-nodes-netsuite.n8n-nodes-netsuite.netsuite | 1 | n8n-nodes-netsuite |
The value in column type
are different in the two databases. I hope this helps in troubleshooting. When I update postgresql value to n8n-nodes-netsuite.netsuite
, this issue does not happen anymore.
I don't know if this is n8n issue or this node.
The error: