HTTP node with GET fails to https://internal.users.n8n.cloud/webhook/custom-erp on level 2 course

Hello ,

I am working over the level 2 course . As I was trying to get the last node in my flow to work, I started to see timeouts in the http node (second node) . Is there any issues with https://internal.users.n8n.cloud/webhook/custom-erp ?

{
“nodes”: [
{
“parameters”: {
“url”: “https://internal.users.n8n.cloud/webhook/level2-erp”,
“authentication”: “genericCredentialType”,
“genericAuthType”: “httpHeaderAuth”,
“sendHeaders”: true,
“headerParameters”: {
“parameters”: [
{
“name”: “unique_id”,
“value”: “"
}
]
},
“options”: {}
},
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 4.2,
“position”: [
-48,
-240
],
“id”: "
",
“name”: “HTTP Request”,
“credentials”: {
“httpHeaderAuth”: {
“id”: "
",
“name”: “Header Auth account 3”
}
}
}
],
“connections”: {
“HTTP Request”: {
“main”: [
[]
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: "

}
}

P.S: all id’s are masked intentionally :slight_smile:

Hey @spilyov , I am experiencing the same thing, currently I am at course level 1 and https://internal.users.n8n.cloud/webhook/custom-erp is not working too. Maybe the n8n team are working on it hopefully.

1 Like

issue resolved on its own, perhaps n8n team fix

1 Like

Hi. I also ran into a problem. I went to the search and saw your answer. You wrote it just two hours ago, and I think it’s a server issue. I had everything set up, I moved away from the PC and when I tried to start, I had an eternal download on the HTTP node.

Yes @chappahappa , its a server issue. If ever this would happen again, I recommend to use the schedule node and set it up whatever sched you want (lifehack :rofl:). I tried it on 30 minutes.

1 Like

Hi @spilyov, I am on Course 2 and experiencing an issue as well though mine is that I keep getting a ‘403 Authorization data is wrong’ error.
{
“parameters”: {
“url”: “https://internal.users.n8n.cloud/webhook/level2-erp”,
“authentication”: “genericCredentialType”,
“genericAuthType”: “httpHeaderAuth”,
“sendHeaders”: true,
“headerParameters”: {
“parameters”: [
{
“name”: “unique_id”,
“value”: “”
}
]
},
“options”: {}
},
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 4.2,
“position”: [
256,
-112
],
“id”: “”,
“name”: “HTTP Request”,
“credentials”: {
“httpHeaderAuth”: {
“id”: “”,
“name”: “Header Auth account workflow2”
}
}
},
“pinData”: {},
“connections”: {
“When clicking ‘Execute workflow’”: {
“main”: [
[
{
“node”: “HTTP Request”,
“type”: “main”,
“index”: 0
},
{
“node”: “Search records”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“active”: false,
“settings”: {
“executionOrder”: “v1”
},
“versionId”: “”,
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “”
},
“id”: “”,
“tags”:
}
…IDs are hidden…

I havent stumbled across this error. I would suggest to load the solution from the course as a new flow and change ID’s and credentials on the respective nodes with yours, then run the flow and see if you get the same error. If you do not, go on the respective error node and compare the config to your configuration.

Thanks, @spilyov! I’ll give it a try.