Issue building docker image for self-hosting
Hi, I'm following the documentation for self-hosting setup, but running into the following issue:
I'm using basically all default configuration, no authentication or any of the optional settings or steps here. I just copied the .env from the docs.
Thanks in advance!
3 Replies
ccing @rafaelmiller here to help you out!
Hi @Joush, sorry for the delay in getting back to you. The error
ERR_PNPM_READ_FROM_STORE Unexpected end of JSON input
occurs when pnpm encounters a corrupted cache, causing issues with reading package data.
If you’re running this in Docker, try deleting all Firecrawl-related images and rebuild without cache. If you’re running services manually, clear the pnpm cache and try again.Thanks, I'll try this today and update here if I'm stuck
Awesome - looks like the cache clear did the trick. I'd previously tried deleting builds and images but never cleared the cache 🤦♂️ . Thanks for the help!