Cannot Execute the workflows manually

Description

When pressing the Execute workflow button the connection is lost, and there’s no error in the server logs.

But if a request comes in via the webhook, it runs successfully.

Information on your n8n setup

  • n8n version: 2.11.2
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: GCP Cloud Run

Hi @Punosie this is a known issue many people faced that connection lost, the fix for this is to set a custom health endpoint as GCP reserve uses /healthz so that should be like /health

N8N_ENDPOINT_HEALTH=health

Let me know if that works.

This is the response received on the endpoint after update.

But still cannot run the workflows manually, as soon as the button is clicked still the same error:

image

Please share the Docker Compose variables or the config itself. But remove any sensitive info from them.