Yes, it looks different, as I never get it to an end.
It has a NGINX and a AKPROXY. It doesn’t have any firewall they told me. Two things I have noticed:
On Firefox console I get this error when entering to one of the worfklows on n8n. I don’t get this error en Chrome:
Can't establish connection with the server at https://n8n.domain.com/rest/push?sessionId=xxxxxx. app.10cb2cfe.js:1:281913
When manually executing a workflow I don’t see any errors on the Firefox console, neither on Chrome. But when stopping an on-going execution (they never stop by theirselves) I get this error both on Firefox and Chrome:
POST https://n8n.domain.com/rest/executions-current/32/stop ERROR 500
Also, on the n8n logs I see this:
{"level":"debug","message":"Executing hook (hookFunctionsPush)","metadata":{"executionId":"32","file":"WorkflowExecuteAdditionalData.js","function":"workflowExecuteAfter","sessionId":"vg54a1x4uw","timestamp":"2022-04-05T15:28:31.805Z",">
{"level":"debug","message":"Save execution progress to database for execution ID 32 ","metadata":{"executionId":"32","file":"WorkflowExecuteAdditionalData.js","function":"workflowExecuteAfter","timestamp":"2022-04-05T15:28:31.805Z","wor>
{"level":"debug","message":"Send data of type \"executionFinished\" to editor-UI","metadata":{"dataType":"executionFinished","file":"Push.js","function":"send","sessionId":"vg54a1x4uw","timestamp":"2022-04-05T15:28:31.806Z"}}
{"level":"debug","message":"Wait tracker querying database for waiting executions","metadata":{"file":"WaitTracker.js","function":"getwaitingExecutions","timestamp":"2022-04-05T15:29:09.287Z"}}
{"level":"debug","message":"Wait tracker querying database for waiting executions","metadata":{"file":"WaitTracker.js","function":"getwaitingExecutions","timestamp":"2022-04-05T15:30:09.306Z"}}
So, it looks like for some reason /rest/push is not loading on the browser (although Chrome doesn’t seem to have this error), and so when n8n tells the browser “Execution finished” it doesn’t receive it.