n8n icon indicating copy to clipboard operation
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.

Results 3318 n8n issues
Sort by recently updated
recently updated
newest added

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 ``` ![image](https://user-images.githubusercontent.com/6380436/183061318-9a81fd37-5c7c-40fc-bf0a-a82861a9f5eb.png)

**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)

community

feature
n8n team
Project: User Management

- Introduce new `INodeExecutePairedData` type with mandatory pairedItem - Introduce `preparePairedData` helper method

core
n8n team

Add a button to the details page for an execution that allows users to quickly retry the workflow

ui
community

**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...