German Igortsev

Results 13 comments of German Igortsev

N8N_LOG_LEVEL:= 'info,warn,error,verbose,debug' - all clear, docker logs clear too. Just working after container restart. Tested that issue with 1.36.X with Docker compose Linux (Ubuntu22)/Windows 11. Just run and leave it...

```yml services: traefik: image: "traefik" restart: always command: - "--api=true" - "--api.insecure=true" - "--providers.docker=true" - "--providers.docker.exposedbydefault=false" - "--entrypoints.web.address=:80" - "--entrypoints.web.http.redirections.entryPoint.to=websecure" - "--entrypoints.web.http.redirections.entrypoint.scheme=https" - "--entrypoints.websecure.address=:443" - "--certificatesresolvers.mytlschallenge.acme.tlschallenge=true" - "--certificatesresolvers.mytlschallenge.acme.email=${SSL_EMAIL}" - "--certificatesresolvers.mytlschallenge.acme.storage=/letsencrypt/acme.json"...

I think you have issue with premissions for FTP folder

Server debug mode log ``` 2024-05-02T12:42:18.718Z | verbose | Workflow execution finished with error "{\n error: {\n level: 'warning',\n tags: {},\n extra: undefined,\n context: { itemIndex: 0, request: [Object] },\n...

> `read ECONNRESET` implies that the server n8n trying to talk to is disconnecting in the middle of the request, which to me sounds like networking issues on the VPS....

> I would say based on it working from one server and not another the issue is not related to n8n and is environmental. Is the http request node able...

Configuration with Traeffik and publised 5678 - Docker Ingress

> Can you share the URL for the API you are trying? > > It looks like if Google is working then it may point towards the site itself or...

> Can you share the URL for the API you are trying? > > It looks like if Google is working then it may point towards the site itself or...

https://github.com/n8n-io/n8n/assets/8946366/fd090481-c55c-46a5-906f-47ca6884010b Problem in node ‘HTTP Request‘ The connection to the server wes closed unexpectedly, perhaps it is offline. You can retry request immidiately or wait and retry later.