I’m working through the level 1 tutorial at Getting data from the data warehouse | n8n Docs and I created the http request node and double checked the credentials, I’m getting an error that say’s This webhook is not registered for GET requests. Did you mean to make a POST request?
Hello my friend, how are you? I hope you don’t get frustrated with the exercises from class 1 of n8n. First of all, if my answer was helpful, I hope you mark it as valid! Thanks.
You need to read the questions and the data that n8n sends us carefully — sometimes they include an extra space. For example, in “authentication header value” (:"_“WFb the underscore is actually a space, so pay close attention to that. Also in the “unique ID”: f”_"24 there’s a space as well.
It took me some time to realize this! I hope this helps you and makes it easier for you to complete the course.
However, my node was actually named “HTTP Request Get data from n8n Warehouse” (as I renamed it).
In n8n, the expression $('Node Name') must exactly match the node label.
That’s why I’am getting the “Referenced node doesn’t exist” error.
Solution 1 : modify the js code useing the exact name of the node
{{ $(‘HTTP Request Get data from n8n Warehouse’).parameter(‘headerParameters.parameters[0].value’) }}