Cannot fetch candid file

Your build process probably does not add the candid file to the metadata. If you want dfx to add it automatically when deploying you have to tell it to add it like this. If you want to do it manually in your build process you can do it with ic-wasm (installed via cargo install ic-wasm)

3 Likes