Closed
Description
Describe the bug
Hello,
I have a self-hosted version of Firecrawl, available at http://192.168.10.120:3002. Running
curl -X POST http://192.168.10.120:3002/v1/scrape \ -H 'Content-Type: application/json' \ -d '{ "url": "http://perdu.com", "formats" : ["markdown", "html"] }'
from the Khoj server docker is working fine. But when I want to use it with Khoj, it doesn't make a request to the firecrawl instance.
To Reproduce
Steps to reproduce the behavior:
- Setup a firecrawl instance
- Setup the API endpoint in Khoj
- make a request that need access to the internet.
Screenshots
Web scrapers
Platform
- Server:
- [X ] Self-Hosted Docker
- Client:
- [X ] Web browser
- OS:
- [ X] Linux: Ubuntu 24.04
If self-hosted
- Server Version : 1.36.4
Additional context
Add any other context about the problem here.
Activity