drudge / n8n-nodes-netsuite

n8n node for interacting with NetSuite using SuiteTalk REST Web Services
MIT License
11 stars 6 forks source link

n8n-nodes-netsuite becomes unrecognized everytime I restart n8n #8

Open ianpogi5 opened 2 months ago

ianpogi5 commented 2 months ago

The error:

The following error occurred on workflow activation:
Unrecognized node type: n8n-nodes-netsuite.n8n-nodes-netsuite.netsuite".
ianpogi5 commented 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.

SQLite

name type latestVersion package
NetSuite n8n-nodes-netsuite.netsuite 1 n8n-nodes-netsuite

Postgresql

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.