-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Self-Host] does self-host support scrape web page written by vue.js or react.js ? #1027
Comments
Hi there, you need to set up the Playwright microservice to be able to scrape sites that use JavaScript. |
This means that Firecrawl is using the fetch engine, not the playwright engine.
Are the playwright engine and the Firecrawl .env variables configured correctly? |
i'm trying follow steps . i need scraping with myself playwright ?
|
What is your |
PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/html |
Can you try with |
I'm docker build playwright-service-ts now . it's very slowly. this step PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/html can't get content. and the server no logs. I'll use /scrape to have a try , still can't retrieve content |
i use playwright-service and set .env with PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/scrape . don't get content |
Hello, have you solved the problem? I had the same problem. |
no, the author don't tell me how to solve |
when i exec
http://localhost:3002/v1/scrape
but no content return. what is the body should set can get contentScreenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: