As the title suggests, I have encountered a difficulty developing on Dfinity. The problem is something like this.
Firstly, I have deployed a website by referring to the official tutorial: https://3an2q-oyaaa-aaaam-aaa7q-cai.raw.ic0.app/
You can perform the hello every operation on it.
But when I want to update the front-end content of my website, I refer to the search results on Google that tell me I should first
dfx build
I also executed it twice and got two new container identifiers at the same time
However, when I execute update, the compiler reports an error, telling me that the wasm module cannot be found, as shown in the picture.
What should I do?