Erro: missing assets folder on the root of your project

App build failed with message: Missing assets folder on the root of your project or assets folder is empty.

It looks like you’re using the assets builder (i.e. it’s listed in your manifest.json) and your project is missing a corresponding assets folder. Simply create that folder and the error should stop occurring.

I created the folder, but the error keeps persisting, and one more piece of information: Missing assets folder on the root of your project or assets folder is empty. vtex.builder-hub@0.295.0

If you’re not going to use the assets builder, you can simply remove it from the manifest.json

Managed to solve it, thanks for the help