Principal has insufficient permissions

forge install/forge deploy end up with insufficient permissions error.

I can’t figure out what’s wrong here. Any help is appreciated

Error: Authorization failed: Principal has insufficient permissions (requestId: c23647dabc01480d94ef6041f225bc91)
Error: Authorization failed: Principal has insufficient permissions (requestId: 70a40b524e354f5aa272d4ca9c48016c)
Error: Authorization failed: Principal has insufficient permissions (requestId: 8bd10b1256ed4d70a61f1574ffe9ee4e)

@ViktorKuzmychov,

That’s the kind of error I would expect when you are trying to collaborate with someone on an app but you haven’t been added yet.

Or, maybe, if you forked a sample app and then didn’t run forge register.

If those are the situations, can you explain more about how you created, built, and deployed this app?

2 Likes

forge register worked, thank you. I switched account so that explains it

the error message is somewhat vague though.

2 Likes

Thank you, this solved my problem too!