#graphql error "Couldn't send zkApp command: [\"Fee_payer_not_permitted_to_send\"]"

7 messages · Page 1 of 1 (latest)

wild bloom
#

Error sending transaction, see the image.
The code is taken from Tutorial 03 "Interacting with zkApps server-side".
Ty

tall ether
#

What are the permissions for send on the zkApp account? Likely, as per the error sending via a signature is not permitted.

hexed wagon
#

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.

wild bloom
#

Thanks
How can I manage zkApp account permissions? It was created using the "zk config" command.

How can I setup a different fee payer?

wild bloom
wild bloom
#

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 😆