Have a look also into the following discussion: $ bench build An Error occurred while downloading assets - #5 by gavindsouza
These errors come up if you’re running on an untagged commit of a stable branch
and the following PR: feat: Ship built assets by gavindsouza · Pull Request #11436 · frappe/frappe · GitHub
- During the execution of
bench build, Frappe will first try retrieving assets for itself if they are available.- In case of unavailability or network failures, assets will be built locally (as it always has) as a fallback.
…- Assets for stable releases are automatically generated and attached as assets to the releases as
https://github.com/frappe/frappe/releases/{release_tag}/assets.tar.gz.