Trying to do a simple test. I generate some html, then trying to write to simple html file. I get no errors anywhere and no file anywhere. I tried several directories including temp. I am new to N8N so it might be something simple or some setting on my server. This is N8n is running in a container so may be some other permission has something to do with it. I turned on Debug, but so far nothing anywhere, including any log files in /var/log
doing flowing on batch file to get it going:
export N8N_DEFAULT_TMP_DIR=/temp/
export N8N_LOG_FILE_LOCATION=/var/logs/
export N8N_LOG_LEVEL=âdebugâ
Flow exec says:
2024-08-16T17:50:05.144Z | debug | Executing hook on node âFilterâ (hookFunctionsPush) â{\n executionId: â48456â,\n pushRef: â4omglcdwqzâ,\n workflowId: âkI7V5noGhEudFV9Lâ,\n file: âWorkflowExecuteAdditionalData.jsâ,\n function: ânodeExecuteAfterâ\n}â
2024-08-16T17:50:05.144Z | error | The session â4omglcdwqzâ is not registered. â{\n pushRef: â4omglcdwqzâ,\n file: âabstract.push.jsâ,\n function: âsendToOneâ\n}â
2024-08-16T17:50:05.145Z | debug | Start processing node âMySQLâ â{\n node: âMySQLâ,\n workflowId: âkI7V5noGhEudFV9Lâ,\n file: âLoggerProxy.jsâ,\n function: âexports.debugâ\n}â
2024-08-16T17:50:05.145Z | debug | Executing hook on node âMySQLâ (hookFunctionsPush) â{\n executionId: â48456â,\n pushRef: â4omglcdwqzâ,\n workflowId: âkI7V5noGhEudFV9Lâ,\n file: âWorkflowExecuteAdditionalData.jsâ,\n function: ânodeExecuteBeforeâ\n}â
Version 1.54.4
sqlite
Ubuntu 24lts
n8n
own
Your help is much appreciated.