How to set version on the Firecrawl node SDK?

I am trying to Self host Firecrawl.
It works when i make axios commands but doesn't when i instantiate the application and then try to execute any jobs. Seems to be maybe a version mismatch. The FirecrawlAppConfig does have a version parameter, but not initialized in the constructor, I don't know if that's something that can be set, with the app but it can be specified in other cases. Crawling doesn't work when using in SDK but works whne using SDK via local host It works when i do a direct postman call to it, but not when i try to refer to the initialized Firecrawl Application
1 Reply
IceBomber
IceBomberOP5mo ago
api-1 | 2025-05-26 10:25:09 error [:]: Error occurred in request! (/v1/crawl) -- ID b508402ecec54db3992d6497b34d17f8 -- {"message":"Cannot read properties of undefined (reading 'flags')","name":"TypeError","stack":"TypeError: Cannot read properties of undefined (reading 'flags')\n at crawlController (/app/dist/src/controllers/v1/crawl.js:77:72)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)"} {} This is one of the logs

Did you find this page helpful?