Hello,
My n8n.cloud instance is in a critical state and seems unable to perform custom HTTP POST requests.
1. HTTP Request Node Failures: The HTTP Request
node consistently fails when trying to POST to the Google Gemini API (generativelanguage.googleapis.com
) with a 400 Bad Request - content is not specified
error. We have tried all possible configurations (JSON Body Object, Raw Body with JSON.stringify, different authentication methods).
2. Code Node Failures: As a workaround, we tried using the Code
node. However, the Code node cannot use core, built-in Node.js modules. The first line const https = require('https');
fails with the error Cannot find module 'https'
. This is a fundamental module and should always be available.
This proves my execution environment is severely restricted or corrupted.
My instance has basic internet access (a simple GET request to jsonplaceholder
from the HTTP Request node works), but any complex POST request or code-based request is failing. This is happening even in an Incognito browser window.
Please investigate my instance urgently.
My instance URL is: [n8n.io - Workflow Automation]
Thank you.