MySQL Node returns no results

I am working with the MySQL node and when I run a simple query that I know returns data, the UI just returns nothing and I get the message

Workflow got executed

Workflow did get executed successfully!

In the http request to the server I see the response as {“data”:{“executionId”:“77”}} with no data and I can see in MySQL that the query executed. Other nodes where I do inserts/updates/sql statements that don’t return data work fine.

Other node types that I request data, such as a google sheet returns what I expect.

Hey @lathanar!

What query are you running? Can you please share that here? If you could share the workflow, it will help me replicate the issue. :slightly_smiling_face:

It ended up being a client issue. I started my n8n session on a different machine and everything worked correctly.

1 Like