-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions are not setup correctly for the Counter app(?) #214
Comments
@0x6431346e Just to confirm, the network and the account are properly set in Metamask right? The first address that gets printed when doing
That's quite weird, can you try using the latest master for the CLI and seeing if the error persists? We recently changed how the roles of known apps get calculated in #209 (still unreleased) |
I got the same issue and yes, I've set the Metamask account correctly I think. |
@izqui this was resolved by deleting Maybe we should consider having a different ganache folder for each aragon os version ? 🤔 |
That'd make a lot of sense @0x6431346e |
@0x6431346e Should we close this for #137? |
Yep |
To reproduce this:
aragon init foo
aragon run
(pinparcel-bundler
tov1.9.3
if running fails)increment
in the counter appBrowser console logs:
transaction bag {transaction: undefined, path: Array(0), accept: ƒ, reject: ƒ}
What happens next is that the permission is granted and the confirmation(?) fails:
Note:
dao acl [dao-address]
throwsCannot find module '@aragon/apps-token-manager/arapp'
Environment:
aragon-cli
version 5.0.0Any thoughts on how to debug this?
The text was updated successfully, but these errors were encountered: