-
Notifications
You must be signed in to change notification settings - Fork 2k
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] Build Failure in html-transformer Module Due to Type Mismatch (*mut u8 vs *mut i8) When Using Docker #1103
Comments
@hacksman the below changes to
|
Thx @sebapoole |
I got similar issue today. I did it with MacBook M4. |
Describe the Issue
When self-hosting Firecrawl using Docker, the build fails at the html-transformer module due to type mismatch errors. Specifically, the issue is related to CString::into_raw() returning a pointer of type *mut u8 while the function expects *mut i8.
To Reproduce
Steps to reproduce the issue:
Expected Behavior
The build process should complete successfully, generating the required services and running Firecrawl without issues.
Screenshots
If applicable, add screenshots or copies of the command line output to help explain the self-hosting issue.
Environment (please complete the following information):
Logs
If applicable, include detailed logs to help understand the self-hosting problem.
Configuration
Additional Context
Add any other context about the self-hosting issue here, such as specific infrastructure details, network setup, or any modifications made to the original Firecrawl setup.
The text was updated successfully, but these errors were encountered: