From 9e8cf717bc8992ad07e0b80845d4ed4fdaed0e6e Mon Sep 17 00:00:00 2001 From: Phil Manavopoulos Date: Fri, 27 Jun 2025 16:07:57 +0100 Subject: [PATCH] Fix PLAYWRIGHT_MICROSERVICE_URL endpoint --- contributing/self-host.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/self-host.mdx b/contributing/self-host.mdx index bd21db0..b13749c 100644 --- a/contributing/self-host.mdx +++ b/contributing/self-host.mdx @@ -59,7 +59,7 @@ REDIS_URL=redis://redis:6379 #for self-hosting using docker, use redis://redis:6379. For running locally, use redis://localhost:6379 REDIS_RATE_LIMIT_URL=redis://redis:6379 -PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/html +PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/scrape ## To turn on DB authentication, you need to set up supabase. USE_DB_AUTHENTICATION=false @@ -226,4 +226,4 @@ By addressing these common issues, you can ensure a smoother setup and operation ## Install Firecrawl on a Kubernetes Cluster (Simple Version) -Read the [examples/kubernetes-cluster-install/README.md](https://github.com/mendableai/firecrawl/blob/main/examples/kubernetes-cluster-install/README.md) for instructions on how to install Firecrawl on a Kubernetes Cluster. \ No newline at end of file +Read the [examples/kubernetes-cluster-install/README.md](https://github.com/mendableai/firecrawl/blob/main/examples/kubernetes-cluster-install/README.md) for instructions on how to install Firecrawl on a Kubernetes Cluster.