Impossible to convert undefined to Principal

The error probably comes from the environment handling in your app. Try passing the canisterId as hardcoded:

backendActor = createActor(backend_idl, { agent, canisterId: "bkyz2-fmaaa-aaaaa-qaaaq-cai" });

And one suggestion: just use @ic-reactor/react. You will be impressed by its ease of use and features.

1 Like