I upgraded this morning to 0.12.0 and even with everything fresh/removed on install I get:
dfx start --clean --verbose
Running dfx start for version 0.12.0
There is no project-specific network ‘local’ defined in /home/gabriel/projects/dragginz/dfx.json
Using the default definition for the ‘local’ shared network because /home/gabriel/.config/dfx/networks.json does not exist.
Local server configuration:
bind address: 127.0.0.1:4943
bitcoin: disabled
canister http: enabled
log level: Error
replica:
subnet type: Application
log level: Error
data directory: /home/gabriel/.local/share/dfx/network/local
scope: shared
Starting canister http adapter…
canister http adapter ready
Starting replica…
replica ready on 36449, so re/starting icx-proxy
Starting icx-proxy…
version: 0.8.1
Nov 09 12:35:54.657 INFO Log Level: INFO
Nov 09 12:35:54.657 INFO Starting server. Listening on http://127.0.0.1:4943/
Dashboard: http://localhost:36449/_/dashboard
Nov 09 13:13:11.380 WARN Internal Error during request:
hyper::Error(
BodyWrite,
Os {
code: 32,
kind: BrokenPipe,
message: “Broken pipe”,
},
)
Installing code for canister global, with canister ID rkp4c-7iaaa-aaaaa-aaaca-cai
Installing code for canister main, with canister ID rno2w-sqaaa-aaaaa-aaacq-cai
Error: Failed to install wasm module to canister ‘main’.
Caused by: Failed to install wasm module to canister ‘main’.
Failed to install wasm in canister ‘rno2w-sqaaa-aaaaa-aaacq-cai’.
Failed to install wasm.
The replica returned an HTTP Error: Http Error: status 500 Internal Server Error, content type “”, content: Internal Server Error
Not sure what the issue is. Same code worked on 0.12.0-beta3
Any help is appreciated it.