Seeing error on GET request

Hi @apotheosis

both of the canisters (KINIC and OC) have been deployed with dfx v0.14.0, which contained a bug related to response verification. Here you can find more information.

You should update to dfx v0.14.1 and redeploy.

Just as context:
The problematic wasm hash of the asset canister is:
e7866e1949e3688a78d8d29bd63e1c13cd6bfb8fbe29444fa606a20e0b1e33f0

$ dfx canister info 74iy7-xqaaa-aaaaf-qagra-cai --network ic
Module hash: 0xe7866e1949e3688a78d8d29bd63e1c13cd6bfb8fbe29444fa606a20e0b1e33f0

$ dfx canister info xp7uu-xyaaa-aaaaf-aoa6a-cai --network ic
Module hash: 0xe7866e1949e3688a78d8d29bd63e1c13cd6bfb8fbe29444fa606a20e0b1e33f0
3 Likes