Data tables bug

Describe the problem/error/question

trying to create a data table with the data table open a new tab, which results in a 404, the url looks like this n8n.example.com/projects//datatables/new

when trying to access a table from the data tables node no table is shown, even if table have been created

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.19.1
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Linux AWS AMI

Same here..

I am facing exactly same error

There’s a temporary “solution.”

Manually create a table in DataTables, and then create a workflow from scratch. In the first node, place the DataTables node; it will pull the table normally. Then, copy the node containing the table data and place it in your main workflow. Now it will be connected to the created DataTable. Whenever you want a different operation or a different table, you will need to repeat the same process.

1 Like

Works. However it also worked for me to create a new workflow, use the db node to select the datatable in the dropdown, then switch to “by id“, copy the id and use that in other workflows without the need to copy the whole node. Seams like there is an id mismatch…