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 3223 n8n issues
Sort by recently updated
recently updated
newest added

Client: - Add `json` key in store mutation - Clear `json` key if added by user - Remove auto-added `json` key in `RunData.vue` Server: - Clear `json` key addition from...

core
ui
n8n team

Converted #3350 into the new declarative style and finished some of the functionality.

node/new
core
n8n team

Hey guys, these lines of code, in the TheHive.node.ts, are not good: ``` 841: do { 842: responseData = await theHiveApiRequest.call(this, 'GET', `/connector/cortex/job/${jobId}`, body, qs); 843: } while (responseData.status ===...

node/issue

Hello n8n-Team, Iam facing the an issue with HTTP node using DigestAuth. N8n Version 0.188. If we make a request using DisgestAuth and without Query Parameters - the request ist...