You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting my wallet on the alpha network, I added an identity and tried to make that second identity as a controller.
If i call the get_controllers method, my default principal is the controller of my alpha wallet:
The Replica returned an error: code 5, message: "Canister f3yw6-7qaaa-aaaab-qaabq-cai trapped explicitly: An error happened during the call: 4: Only the controller can call this method."
This is unexpected because I've just verified that I am, in fact, the controller.
The text was updated successfully, but these errors were encountered:
The wallet now properly adds both itself and the caller as controllers when a canister is created, and DFX no longer automatically proxies any calls save canister creation through the wallet. This issue should be resolved upon installing the latest release of DFX.
After setting my wallet on the alpha network, I added an identity and tried to make that second identity as a controller.
If i call the
get_controllers
method, mydefault
principal is the controller of my alpha wallet:This is expected. But I try to add the principal for my second identity while I'm the default/controller identity by running this command:
I get an error:
This is unexpected because I've just verified that I am, in fact, the controller.
The text was updated successfully, but these errors were encountered: