Describe the problem/error/question
Updated n8n yesterday. Since then get/get many workflow is not returning any data.
What is the error message (if any)?
The node executes correctly. There is no error. Output when forced gives empty json.
Both n8n main and worker logs show

Debug log from main
2025-06-19T07:13:00.312Z | info | Enqueued execution 354 (job 343) {"scopes":["scaling"],"executionId":"354","jobId":"343","file":"scaling.service.js","function":"addJob"}
2025-06-19T07:13:00.318Z | debug | Received pubsub msg: relay-execution-lifecycle-event (executionStarted) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"executionStarted","executionId":"354","file":"subscriber.service.js","function":"parseMessage"}
2025-06-19T07:13:00.318Z | debug | Pushed to frontend: executionStarted {"dataType":"executionStarted","pushRefs":"wefbrcvttp","file":"abstract.push.js","function":"sendTo"}
2025-06-19T07:13:00.318Z | debug | Received pubsub msg: relay-execution-lifecycle-event (nodeExecuteBefore) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"nodeExecuteBefore","executionId":"354","file":"subscriber.service.js","function":"parseMessage"}
2025-06-19T07:13:00.318Z | debug | Pushed to frontend: nodeExecuteBefore {"dataType":"nodeExecuteBefore","pushRefs":"wefbrcvttp","file":"abstract.push.js","function":"sendTo"}
2025-06-19T07:13:01.784Z | debug | Received pubsub msg: relay-execution-lifecycle-event (nodeExecuteAfter) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"nodeExecuteAfter","executionId":"354","file":"subscriber.service.js","function":"parseMessage"}
2025-06-19T07:13:01.784Z | debug | Pushed to frontend: nodeExecuteAfter {"dataType":"nodeExecuteAfter","pushRefs":"wefbrcvttp","file":"abstract.push.js","function":"sendTo"}
2025-06-19T07:13:01.790Z | debug | Received pubsub msg: relay-execution-lifecycle-event (executionFinished) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"executionFinished","executionId":"354","file":"subscriber.service.js","function":"parseMessage"}
2025-06-19T07:13:01.790Z | debug | Pushed to frontend: executionFinished {"dataType":"executionFinished","pushRefs":"wefbrcvttp","file":"abstract.push.js","function":"sendTo"}
2025-06-19T07:13:01.790Z | info | Execution 354 (job 343) finished successfully {"scopes":["scaling"],"workerId":"worker-emHbEZwNInT2Ekwx","executionId":"354","jobId":"343","file":"scaling.service.js"}
2025-06-19T07:13:01.792Z | debug | Execution finalized {"executionId":"354","file":"active-executions.js","function":"finalizeExecution"}
2025-06-19T07:13:01.793Z | debug | Execution removed {"executionId":"354","file":"active-executions.js"}
Debug log from worker for same job
2025-06-19T07:13:00.314Z | info | Worker started execution 354 (job 343) {"scopes":["scaling"],"executionId":"354","jobId":"343","file":"job-processor.js","function":"processJob"}
2025-06-19T07:13:00.316Z | debug | Execution ID 354 is a partial execution. {"executionId":"354","file":"manual-execution.service.js","function":"runManually"}
2025-06-19T07:13:00.317Z | debug | Workflow execution started {"workflowId":"PkMN9Cv5oDYTB9tw","file":"logger-proxy.js","function":"exports.debug"}
2025-06-19T07:13:00.317Z | debug | Executing hook (hookFunctionsPush) {"executionId":"354","pushRef":"wefbrcvttp","workflowId":"PkMN9Cv5oDYTB9tw","file":"execution-lifecycle-hooks.js"}
2025-06-19T07:13:00.317Z | debug | Start executing node "n8n" {"node":"n8n","workflowId":"PkMN9Cv5oDYTB9tw","file":"logger-proxy.js","function":"exports.debug"}
2025-06-19T07:13:00.318Z | debug | Executing hook on node "n8n" (hookFunctionsPush) {"executionId":"354","pushRef":"wefbrcvttp","workflowId":"PkMN9Cv5oDYTB9tw","file":"execution-lifecycle-hooks.js"}
2025-06-19T07:13:00.318Z | debug | Running node "n8n" started {"node":"n8n","workflowId":"PkMN9Cv5oDYTB9tw","file":"logger-proxy.js","function":"exports.debug"}
2025-06-19T07:13:00.318Z | debug | Published pubsub msg: relay-execution-lifecycle-event (executionStarted) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"executionStarted","executionId":"354","file":"publisher.service.js","function":"publishCommand"}
2025-06-19T07:13:00.318Z | debug | Published pubsub msg: relay-execution-lifecycle-event (nodeExecuteBefore) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"nodeExecuteBefore","executionId":"354","file":"publisher.service.js","function":"publishCommand"}
2025-06-19T07:13:01.783Z | debug | Running node "n8n" finished successfully {"node":"n8n","workflowId":"PkMN9Cv5oDYTB9tw","file":"logger-proxy.js","function":"exports.debug"}
2025-06-19T07:13:01.784Z | debug | Executing hook on node "n8n" (hookFunctionsPush) {"executionId":"354","pushRef":"wefbrcvttp","workflowId":"PkMN9Cv5oDYTB9tw","file":"execution-lifecycle-hooks.js"}
2025-06-19T07:13:01.784Z | debug | Workflow execution finished successfully {"workflowId":"PkMN9Cv5oDYTB9tw","file":"logger-proxy.js","function":"exports.debug"}
2025-06-19T07:13:01.784Z | debug | Executing hook (hookFunctionsSaveWorker) {"executionId":"354","workflowId":"PkMN9Cv5oDYTB9tw","file":"execution-lifecycle-hooks.js"}
2025-06-19T07:13:01.784Z | debug | Save execution data to database for execution ID 354 {"executionId":"354","workflowId":"PkMN9Cv5oDYTB9tw","finished":true,"stoppedAt":"2025-06-19T07:13:01.784Z","file":"shared-hook-functions.js","function":"updateExistingExecution"}
2025-06-19T07:13:01.785Z | debug | Published pubsub msg: relay-execution-lifecycle-event (nodeExecuteAfter) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"nodeExecuteAfter","executionId":"354","file":"publisher.service.js","function":"publishCommand"}
2025-06-19T07:13:01.790Z | debug | Executing hook (hookFunctionsPush) {"executionId":"354","pushRef":"wefbrcvttp","workflowId":"PkMN9Cv5oDYTB9tw","file":"execution-lifecycle-hooks.js"}
2025-06-19T07:13:01.790Z | info | Worker finished execution 354 (job 343) {"scopes":["scaling"],"executionId":"354","jobId":"343","file":"job-processor.js","function":"processJob"}
2025-06-19T07:13:01.790Z | debug | Published pubsub msg: relay-execution-lifecycle-event (executionFinished) {"scopes":["scaling","pubsub"],"msg":"relay-execution-lifecycle-event","channel":"n8n.commands","type":"executionFinished","executionId":"354","file":"publisher.service.js","function":"publishCommand"}
Share the output returned by the last node
Dev Logs - Response is empty
Information on your n8n setup
- **n8n version:1.98.2
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
- **Operating system:Ubuntu