dfx generate
should download the .did
files of imported canisters (dfx.json
)
#4021
Labels
needs-triage
This ticket needs investigation.
I tried the following:
I expected to see: Build succeeds with all canisters compiled
Instead: Build fails due to missing .did files despite them being defined in dfx.json with remote URLs:
The error occurs during
dfx generate
prebuild step as it looks for .did files in local directory path even though they are defined as remote URLs in dfx.json.Current workaround is to use
curl
to download the .did files before executingdfx build
ordfx generate
. This affects the developer experience.Meta
dfx --version
: 0.24.0Further log output
See https://github.com/keygate-vault/multisignature/actions/runs/12090915916/workflow.
The text was updated successfully, but these errors were encountered: