Julian Götz

Results 4 comments of Julian Götz

Same issue on Cloudflare. Local build works. Removing astro-compress solves the problem on Cloudflare. See also: https://community.cloudflare.com/t/error-deploying-astro-site-was-working/591841 Whether I get `free(): invalid size` or `munmap_chunk(): invalid pointer` depends on the...

Tried `astro-compress` v2.2.21 on Cloudflare, still getting the same error: > 16:16:27.763 | generating optimized images > -- | -- > 16:16:27.778 | free(): invalid size > 16:16:27.839 | Aborted...

I switched to @playform/compress [v0.0.3](https://github.com/Playform/Compress/releases/tag/Compress%2Fv0.0.3) and building with node `20.12.1` on Cloudflare worked for me now. There's a change in the docs that I had not noticed before, that may...

I had the same problem. It seems that this is not from crewAI's telemetry directly, but some of the dependencies also do their own telemetry. I found ChromaDB and embedchain...