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
I just updated my Node.js app from v1 to v2 and I cannot run my batch scraping anymore.
SDK: @mendable/firecrawl-js@4.3.8
I am calling the scrape function 10 times per batch.
The first request succeed but the others failed with FirecrawlSdkError: timeout of 60000ms exceeded at normalizeAxiosError.
Worse is that they are completed in the dashboard (and they are billed of course).
Is this the same as #2185 ? Temporary issue ?
It seems ok if I go back to v1...