Describe the issue/error/question
Brand new install via Docker on Digital Ocean Droplet, using an nginx reverse proxy handle security. Set it up to use a subdomain (xxx.mydomain.com). I get spinning wheels when I try to do a simple Start → HTTP Request to https://www.google.com
Running with the following:
Just using straight docker. Here is my run command:
docker run -it --rm --name n8n -e VUE_APP_URL_BASE_API="https://n8nio.sillek.com" -e N8N_LOG_LEVEL=debug -e N8N_BASIC_AUTH_ACTIVE="true" -e N8N_BASIC_AUTH_USER="xxxxx" -e N8N_BASIC_AUTH_PASSWORD="xxxxxxxx" -e WEBHOOK_URL="https://n8nio.sillek.com" -p 5678:5678 -v ~/.n8n:/home/node/.n8n n8nio/n8n
For my reverse proxy, the following is in my location:
location / {
proxy_pass http://localhost:5678;
proxy_http_version 1.1;
}
What is the error message (if any)?
No error, but here are the debug statements
2022-02-04T21:57:31.096Z | debug | Remove editor-UI session {"sessionId":"bqqm3t1p3n5","file":"Push.js"}
2022-02-04T21:57:31.636Z | debug | Add editor-UI session {"sessionId":"bgzikg83zcq","file":"Push.js","function":"add"}
2022-02-04T21:57:50.029Z | debug | Wait tracker querying database for waiting executions {"file":"WaitTracker.js","function":"getwaitingExecutions"}
2022-02-04T21:58:12.776Z | debug | Received child process message of type start for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:12.794Z | verbose | Initializing n8n sub-process {"pid":21,"file":"WorkflowRunnerProcess.js","function":"runWorkflow"}
2022-02-04T21:58:12.830Z | verbose | Workflow execution started {"file":"WorkflowExecute.js","function":"processRunExecutionData"}
2022-02-04T21:58:12.835Z | debug | Start processing node "Start" {"node":"Start","file":"WorkflowExecute.js"}
2022-02-04T21:58:12.836Z | debug | Received child process message of type processHook for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:12.837Z | debug | Running node "Start" started {"node":"Start","file":"WorkflowExecute.js"}
2022-02-04T21:58:12.839Z | debug | Running node "Start" finished successfully {"node":"Start","file":"WorkflowExecute.js"}
2022-02-04T21:58:12.840Z | debug | Executing hook (hookFunctionsPush) {"executionId":"2","sessionId":"bgzikg83zcq","file":"WorkflowExecuteAdditionalData.js","function":"workflowExecuteBefore"}
2022-02-04T21:58:12.841Z | debug | Start processing node "HTTP Request" {"node":"HTTP Request","file":"WorkflowExecute.js"}
2022-02-04T21:58:12.843Z | debug | Running node "HTTP Request" started {"node":"HTTP Request","file":"WorkflowExecute.js"}
2022-02-04T21:58:12.844Z | debug | Send data of type "executionStarted" to editor-UI {"dataType":"executionStarted","sessionId":"bgzikg83zcq","file":"Push.js","function":"send"}
2022-02-04T21:58:12.848Z | debug | Received child process message of type processHook for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:12.849Z | debug | Executing hook on node "Start" (hookFunctionsPush) {"executionId":"2","sessionId":"bgzikg83zcq","file":"WorkflowExecuteAdditionalData.js","function":"nodeExecuteBefore"}
2022-02-04T21:58:12.850Z | debug | Send data of type "nodeExecuteBefore" to editor-UI {"dataType":"nodeExecuteBefore","sessionId":"bgzikg83zcq","file":"Push.js","function":"send"}
2022-02-04T21:58:12.851Z | debug | Proxying request to axios {"file":"NodeExecuteFunctions.js","function":"proxyRequestToAxios"}
2022-02-04T21:58:12.852Z | debug | Received child process message of type processHook for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:12.855Z | debug | Executing hook on node "Start" (hookFunctionsPush) {"executionId":"2","sessionId":"bgzikg83zcq","file":"WorkflowExecuteAdditionalData.js","function":"nodeExecuteAfter"}
2022-02-04T21:58:12.856Z | debug | Send data of type "nodeExecuteAfter" to editor-UI {"dataType":"nodeExecuteAfter","sessionId":"bgzikg83zcq","file":"Push.js","function":"send"}
2022-02-04T21:58:12.858Z | debug | Received child process message of type processHook for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:12.859Z | debug | Executing hook on node "HTTP Request" (hookFunctionsPush) {"executionId":"2","sessionId":"bgzikg83zcq","file":"WorkflowExecuteAdditionalData.js","function":"nodeExecuteBefore"}
2022-02-04T21:58:12.861Z | debug | Send data of type "nodeExecuteBefore" to editor-UI {"dataType":"nodeExecuteBefore","sessionId":"bgzikg83zcq","file":"Push.js","function":"send"}
2022-02-04T21:58:12.865Z | debug | Received child process message of type sendMessageToUI for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:12.867Z | debug | Send data of type "sendConsoleMessage" to editor-UI {"dataType":"sendConsoleMessage","sessionId":"bgzikg83zcq","file":"Push.js","function":"send"}
2022-02-04T21:58:13.066Z | debug | Running node "HTTP Request" finished successfully {"node":"HTTP Request","file":"WorkflowExecute.js"}
2022-02-04T21:58:13.068Z | verbose | Workflow execution finished successfully {"file":"WorkflowExecute.js","function":"processSuccessExecution"}
2022-02-04T21:58:13.072Z | debug | Received child process message of type processHook for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:13.074Z | debug | Executing hook on node "HTTP Request" (hookFunctionsPush) {"executionId":"2","sessionId":"bgzikg83zcq","file":"WorkflowExecuteAdditionalData.js","function":"nodeExecuteAfter"}
2022-02-04T21:58:13.077Z | debug | Send data of type "nodeExecuteAfter" to editor-UI {"dataType":"nodeExecuteAfter","sessionId":"bgzikg83zcq","file":"Push.js","function":"send"}
2022-02-04T21:58:13.091Z | debug | Received child process message of type processHook for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:13.093Z | debug | Executing hook (hookFunctionsSave) {"executionId":"2","file":"WorkflowExecuteAdditionalData.js","function":"workflowExecuteAfter"}
2022-02-04T21:58:13.098Z | debug | Received child process message of type end for execution ID 2. {"executionId":"2","file":"WorkflowRunner.js"}
2022-02-04T21:58:13.111Z | debug | Executing hook (hookFunctionsPush) {"executionId":"2","sessionId":"bgzikg83zcq","file":"WorkflowExecuteAdditionalData.js","function":"workflowExecuteAfter"}
2022-02-04T21:58:13.111Z | debug | Save execution progress to database for execution ID 2 {"executionId":"2","file":"WorkflowExecuteAdditionalData.js","function":"workflowExecuteAfter"}
Please share the workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
Share the output returned by the last node
Information on your n8n setup
- **n8n version: latest
- **Database you’re using (default: SQLite):SQLite
- **Running n8n with the execution process [own(default), main]:see above
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]:Docker