Http request with firecrawl -> Axios error

Hey,
In n8n i have an HTTP request node which is connected to the firecrawl api. The api requests worked fine for the last two days, but suddenly as of this morning i receive an “axios error”

I have been waiting a few hours, hoping that its a bug with firecrawl that they will fix, but nothing yet, and cant find anything online either (on their twitter, or in n8ns discord or community here). Can anyone point me in the right direction to fix this?
Thanks a lot!
Felix

1 Like

Hey @fengelh,
Did you try making the API request using other tools like cURL or Postman?

1 Like

Hi, I also experienced the same issue earlier today, but when I tried it just now, it’s working. So, it looks like the problem was on Firecrawl’s end, and they were down.

1 Like

It works for me now as well. What a relieve haha - i am new to this and was working on work-arounds all day. Day wasted haha

1 Like

Its all solved now, the gentlemen in the comment below had the same issue, and it all resolved itself by the end of the day - must have been a firecral issue. But I will keep your suggestion in mind for next time. For this API request i used 'import cURL, but i will try postman as a workaround next time. Thanks for that mk!