n8n
n8n copied to clipboard
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Is that correct with the OAuth URL when I try to change `WEBHOOK_URL` to a different domain? For my case it will be ``` WEBHOOK_URL=https://staging-n8n-webhook.domain.vn ``` 
**Describe the bug** I try to deploy webhook instance then trigger a webhook flow, I receive this error ``` Error: Cannot find module 'spex' Require stack: - /home/ubuntu/deployments/my-project/node_modules/pg-promise/lib/task.js - /home/ubuntu/deployments/my-project/node_modules/pg-promise/lib/database.js...
**Describe the bug** In a docker-compose stack with 2 containers (n8n & db), the database (db) container receives incorrect packets from n8n app. The error shown in the log is:...
I was working on self-hosting this on AWS Fargate, and ported over some of the changes from there into the docker-compose setup. [related PR](https://github.com/n8n-io/n8n/pull/3384)
- Introduce new `INodeExecutePairedData` type with mandatory pairedItem - Introduce `preparePairedData` helper method
Add a button to the details page for an execution that allows users to quickly retry the workflow
**Describe the bug** The [`Google Calendar`- node](https://docs.n8n.io/integrations/nodes/n8n-nodes-base.googlecalendar/) `Get All`- operations results empty when `Option` `Start time` < `End time` is set. **To Reproduce** Steps to reproduce the behavior: 1. Add...