Skip to content
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

Update SELF_HOST.md #959

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions SELF_HOST.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ If you’d like to test the crawl endpoint, you can run this:

This section provides solutions to common issues you might encounter while setting up or running your self-hosted instance of Firecrawl.

### API key errors when using the firebase SDK

**Symptom**
SDK errors when trying to connect to self hosted firebase instance because of missing API key.

**Explanation**
The SDKs are designed to connect to the firebase SaaS. The SDKs require an api key value to be provided. Providing an empty value e.g. "" will not work. You can get around it by supplying e.g. "somevalue".

### Supabase client is not configured

**Symptom:**
Expand Down