#graphql error "Couldn't send zkApp command: [\"Fee_payer_not_permitted_to_send\"]"
7 messages · Page 1 of 1 (latest)
What are the permissions for send on the zkApp account? Likely, as per the error sending via a signature is not permitted.
Yeah, this is usually because your zkApp account needs proof authorization for sending Mina and you're using the zkApp account to double as fee payer. The simplest solution is to use a different fee payer, I think the example code linked with that tutorial shows how to do this
I guess I tested the example code recently but never the case where the fee payer equals the zkApp account.
Thanks
How can I manage zkApp account permissions? It was created using the "zk config" command.
How can I setup a different fee payer?
Here you can find the repo: https://github.com/RiccardoRobb/03-deploying-to-live-network
RESOLVED
As Gregor said the easiest way is to use another account.
Ty for your support.
I still want to know how to change zkApp account permissions 😆