Hi All, We are getting an issue on the main net where, when our user index creates a user canister it fails when installing the wasm:
{"ManagementCanisterError":{"InstallCodeError":"(SysTransient, \"Canister installation failed with `Canister wpiqx-biaaa-aaaah-qpwea-cai is out of cycles: please top up the canister with at least 300_005_061_920 additional cycles`.\\nTop up the canister with more cycles. See documentation: http://internetcomputer.org/docs/current/references/execution-errors#install-code-not-enough-cycles\")"}}
I tried to reproduce this locally but could not do so. Also I checked one of the canisters on the main net with this error and it seems that none of the cycles being sent to it by the index canister arrived. What might be causing this and how could we go about debugging it? Any advice would be much appreciated!
I hope this helps for the moment. There is certainly more to explore, but I suggest you read through the docs first and then ask more specific questions if you cannot solve the issue.
Sidenote
there are currently discussions ongoing to better educate developers how to deal with cycles
Thanks for the reply. The thing is this all was working fine till around yesterday (I have had this architecture in place for around 2 months now). I also have not changed anything, the only thing I am wondering is has the recent protocol update influenced anything regarding cycles?