You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the HTTPS node using oauth 1 it didn't work either, always giving error 400 when connecting to the account
What is the error message (if any)?
Request failed with status code 400
Please share your workflow/screenshots/recording
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Error details
From HTTP Request
Error code
422
Full message
422 - "{"message":["grant_type must be a valid enum value","grant_type should not be empty"],"error":"Unprocessable Entity","statusCode":422,"traceId":"4e7614ed-7f3e-4881-992c-292d2e871e3e"}"
Request
NodeApiError: Your request is invalid or could not be processed by the service at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1297:19) at processTicksAndRejections (node:internal/process/task_queues:95:5) at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1480:20)
Share the output returned by the last node
Debug info
core
n8nVersion: 1.74.1
platform: npm
nodeJsVersion: 20.18.0
database: sqlite
executionMode: regular
concurrency: 5
license: community
storage
success: all
error: all
progress: false
manual: true
binaryMode: filesystem
pruning
enabled: true
maxAge: 168 hours
maxCount: 2500 executions
client
userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/131.0.0.0 safari/537.36
isTouchDevice: false
Generated at: 2025-01-17T16:39:34.233Z}
The text was updated successfully, but these errors were encountered:
Describe the problem/error/question
I have an error when authenticating my Go High Level
In the tutorials I see, it always comes with the N8N URL:
https://n8n.growth-consulting.io/rest/oauth2-credential/callback
My URL on the Go High Level node is:
https://oauth.n8n.cloud/oauth2/callback
With the HTTPS node using oauth 1 it didn't work either, always giving error 400 when connecting to the account
What is the error message (if any)?
Request failed with status code 400
Please share your workflow/screenshots/recording
Error details
From HTTP Request
Error code
422
Full message
422 - "{"message":["grant_type must be a valid enum value","grant_type should not be empty"],"error":"Unprocessable Entity","statusCode":422,"traceId":"4e7614ed-7f3e-4881-992c-292d2e871e3e"}"
Request
{ "body": { "client_id": "678a5616a242015e93d1cfa8-m610p3ei", "client_secret": "11815465-bfce-452e-a34f-96c4ff422b4e", "grant_type": "" }, "headers": { "accept": "application/json,text/html,application/xhtml+xml,application/xml,text/;q=0.9, image/;q=0.8, /;q=0.7", "Authorization": "hidden" }, "method": "POST", "uri": "https://services.leadconnectorhq.com/oauth/token", "gzip": true, "rejectUnauthorized": true, "followRedirect": true, "resolveWithFullResponse": true, "followAllRedirects": true, "timeout": 300000, "qs": { "contactId": "qaBpiaitNLTVGhyaLcq1" }, "encoding": null, "json": false, "useStream": true }
Other info
Item Index
0
Node type High Level
n8n-nodes-base.httpRequest
Node version
4.2 (Latest)
n8n version
1.74.1 (Cloud)
Time
17/01/2025, 16:27:59
Stack trace
NodeApiError: Your request is invalid or could not be processed by the service at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1297:19) at processTicksAndRejections (node:internal/process/task_queues:95:5) at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1480:20)
Share the output returned by the last node
Debug info
core
storage
pruning
client
Generated at: 2025-01-17T16:39:34.233Z}
The text was updated successfully, but these errors were encountered: