I started the level one course a few days ago and got up to completing step 4, with everything working fine. I came back three days later to continue with the course, and now the HTTP Request node from step one of the course is not working. When I try to run it, the step fails and provides the following message:
"The resource you are requesting could not be found
The requested webhook “GET custom-erp” is not registered."
Any idea what the problem might be? I’ve looked it up in the docs and found nothing, same in the forums. My only supposition is that these URLs have an expiration date, but nothing about that is mentioned in the email or the course.
Update:
So far I’d been developing in Microsoft Edge, today I thought of attempting to execute the flow on Google Chrome, and it failed but in a different way. The message I’ve been getting is:
"Gateway timed out - perhaps try again later?
Gateway Timeout"
I tried re-creating the same node, and the first time I ran it on Chrome I got the same 404 error as in Edge, but subsequent executions have yielded the same 504 error. While updating this post, I have executed the flow a few times in both Edge and Chrome, and now I’m mostly getting a 404 error.
I’m also adding the problematic node’s code for clarity
Hello Anshul, thanks for your reply. To clarify, the HTTP Request node I’m having trouble with is the one set up in step 1 -“Getting data from the data warehouse”- of the level 1 course, so I haven’t found much useful information in the thread you recommended. Still, I’ve also waited a bit less that 24 hours to re-attempt executing the flow, and the issue persists.
As to the setup of the node itself, my guess is that it’s done properly, as it ran without issue the first time I created it a few days ago. Still, I’ve updated the post with the node’s code, and some new findings with today’s re-attempts.