-
Notifications
You must be signed in to change notification settings - Fork 212
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
Token Manager problem #859
Comments
cc @0xGabi wondering if this is due to the Token Manager being outdated in aragen (or maybe we need to bump the version of aragonCLI in the boilerplates)? |
I been trying to reproduce this error since yesterday but it's working fine in my pc. I removed my local |
@AlexanderMazaletskiy Could you give us which version of aragonCLI you have installed, and perhaps put up the repo you're working off of on Github for analysis? |
Hi, All!
I try
npx create-aragon-app app
npx aragon run --template Template --template-init @ARAGON_ENS
But Token Manager and all actions with token are not working.
When i try to mint tokens
Cannot read property 'length' of undefined
in ActionPathsContent (created by ConfirmTransaction)
in ConfirmTransaction (created by Spring)
in div (created by Context.Consumer)
in StyledComponent (created by SignerPanel__Screen)
in SignerPanel__Screen (created by Spring)
in div (created by AnimatedComponent)
in AnimatedComponent (created by ForwardRef)
in ForwardRef (created by Context.Consumer)
in StyledComponent (created by SignerPanel__ScreenWrapper)
in SignerPanel__ScreenWrapper (created by Spring)
in Spring (created by KeyframesImpl)
in KeyframesImpl (created by ForwardRef)
in ForwardRef (created by Transition)
in Transition (created by SignerPanel)
in div (created by Context.Consumer)
in StyledComponent (created by SignerPanel__Main)
in SignerPanel__Main (created by SignerPanel)
in div (created by Context.Consumer)
in StyledComponent (created by SidePanel__PanelContent)
in SidePanel__PanelContent (created by Spring)
in div (created by Context.Consumer)
in StyledComponent (created by SidePanel__PanelScrollView)
in SidePanel__PanelScrollView (created by Spring)
in aside (created by AnimatedComponent)
in AnimatedComponent (created by ForwardRef)
in ForwardRef (created by Context.Consumer)
in StyledComponent (created by SidePanel__Panel)
in SidePanel__Panel (created by Spring)
in div (created by Context.Consumer)
in StyledComponent (created by SidePanel__Main)
in SidePanel__Main (created by Spring)
in Spring (created by SidePanel)
in SidePanel (created by SignerPanel)
in SignerPanel (created by _default)
in _default (created by Wrapper)
in div (created by Context.Consumer)
in StyledComponent (created by Wrapper__Main)
in Wrapper__Main (created by Wrapper)
in Wrapper (created by Context.Consumer)
in Viewport (created by _default)
in _default (created by App)
in div (created by Context.Consumer)
in StyledComponent (created by styled.div)
in styled.div (created by App)
in PermissionsProvider (created by App)
in ActivityProvider (created by App)
in FavoriteDaosProvider (created by App)
in LocalIdentityModalProvider (created by App)
in ModalProvider (created by App)
in IdentityProvider (created by App)
in App
in ToastHub (created by Main)
in PublicUrlProvider (created by Main)
in ViewportProvider (created by Main)
in div (created by RootProvider)
in RootProvider (created by Main)
in Main
in GlobalErrorHandler
The text was updated successfully, but these errors were encountered: