This might be useful for some starting
This might be useful for some starting with self-hosting; just to quickly understand what's going on

scrape - json mode
I am trying to migrate from the cloud version to the self hosted version. The scrape - json format mode was working fine in the cloud based firecrawl api call. However, when I tried the self hosted version, its showing this error
The self hosted version is working fine for normal scraping, also I have provided the openai key through the env...
Failed to parse URL from /chat/completions
Failed to parse URL from /chat/completions
docker (firecrawl-api-container) debug
Hi guys, first time firecrawl user here. I just installed it using docker on my ubuntu ec2 instance. The
docker compose build
command ran without any issues and then i ran docker compose up -d
which gave me this output:
```
[+] Running 4/4
✔ Container firecrawl-playwright-service-1 Running 0.0s
✔ Container firecrawl-redis-1 Running 0.0s...Self-host Firecrawl (store data)
I might be missing something but the self-host docs are kind of sparse: where can I configure persistence for scraped data? I ran a crawl, saw data when checking on the crawl via the API, took down the containers, brought them back up, and now the data is empty when I check via the API.again