#Need a minimum hash size of 9
2 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The error message you're seeing seems to be related to the configuration of your build process, specifically the "output.chunkFileNames" option. However, the knowledge sources provided do not contain specific information on how to resolve this issue.
For troubleshooting your code, Astro's documentation suggests creating a minimal reproduction of the issue that you can share. This is a smaller, simplified Astro project that demonstrates your issue. Having a working reproduction in a new project helps to confirm that this is a repeatable problem, and is not caused by something else in your personal environment or existing project. Sharing a minimal reproduction is helpful when asking for help in Astro's support threads and is often required when filing a bug report to Astro. source (https://docs.astro.build/en/guides/troubleshooting/#creating-minimal-reproductions)