Missing Core Nodes: Function Node and SQLite Node (n8n v1.88.0 - Cloud Version)

Hello everyone,

I’m currently using the cloud version of n8n (v1.88.0) 14 day trial, and I’ve run into an issue where the Function node and SQLite node are missing from the node panel.

I’ve confirmed that both the Function node and SQLite node are unavailable.

The SQLite node is particularly important for my project, and I need the Function node for custom JavaScript manipulation of data.

What I’ve Tried:

I’ve checked the Nodes Panel, and when I search for “function” or “SQLite”, the nodes do not appear.
I’ve verified that the Set node, HTTP Request node, Webhook node, and other core nodes are available.
I have also tried refreshing the browser and using different browsers, but the issue persists.

Questions:

  1. Is the absence of the Function node and SQLite node expected in the cloud version of n8n (v1.88.0)?
  2. Could this be an issue with my account, or am I missing something related to permissions or features in the current plan?
  3. If anyone has faced a similar issue, what steps did you take to resolve it?

Thank you for any help or clarification. Looking forward to hearing from you!

Best regards,
Damian

The Code node replaces the Function node from version 0.199.0 onwards.

1 Like

As @slim-python mentioned. The code node replaces the function node.
Sqlite is normally a local sql db, so there is not really a way to use that on cloud. So it is probably just removed on cloud.

2 Likes

Thank you so much for helping and clearing things up. this is all brand new to me!

Thank you so much

If it helped you, feel free to mark my answer as the solution to close the thread.

1 Like

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