FirecrawlF
Firecrawl11mo ago
MikeG

Latest version of Firecrawl Supabase error.

Im running the latest version of Firecrawl, and after initiating the /extract endpoint, it will create a job but when trying to retrieve the job it will result in the following error:

{
    "success": false,
    "error": "An unexpected error occurred. Please contact help@firecrawl.com for help. Your exception ID is *****"
}


Checking the logs on the container, i see the following:

{"message":"Supabase client is not configured.","name":"Error","stack":"Error: Supabase client is not configured.\n    at Proxy.<anonymous> (/app/dist/src/services/supabase.js:41:23)\n    at supabaseGetJobsById (/app/dist/src/lib/supabase-jobs.js:57:10)\n    at extractStatusController (/app/dist/src/controllers/v1/extract-status.js:16:71)\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"} {}


I see an issue relating to it on github: https://github.com/mendableai/firecrawl/issues/1170

Anyone else experiencing this?
GitHub
Describe the Bug I deployed self hosted version with docker compose. I tried to crawl a site. In client i receive error api-1 | 2025-02-11 16:12:16 error [:]: Error occurred in request! (/v1/crawl/...
Was this page helpful?