Firecrawl self-hosted returns non-absolute URLs, causing "Invalid URL" errors in agents repo #9521
Unanswered
Bergdis
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When self-hosting Firecrawl and integrating with the agents repo, the API sometimes returns non-absolute URLs (e.g., /frontpage/). This causes downstream errors in LibreChat/agents, such as:
Error parsing URL: TypeError: Invalid URL
at new URL (node:internal/url:825:25)
...
code: 'ERR_INVALID_URL',
input: '/frontpage/'
Version Information
7742b18
Steps to Reproduce
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions