-
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
App with UI schema in aragonpm is showing with "No UI available" when installed #954
Comments
To reproduce fully, follow this script:
https://rinkeby.aragon.org/#/0x5E1BE46d9B590E080D443Df0bd14fd6a77112376 |
Hey @chrishobcroft , seems like the latest version of livepeer doesn't have the correct |
Tested with https://rinkeby.aragon.org/#/test0011/0x95ef4916eca9617c5ccbdeef2c4a68a60e59dc96 |
Thanks @macor161 can you confirm how to deploy a previous version of the app? Right now I'm running:
What command do I run instead? |
Message from @willjgriff who deployed the app:
So, how come it isn't working? (@macor161 please reopen) |
@chrishobcroft hmm maybe it's a deployment problem then. What I can say is that every working version have To install |
OK, thanks @macor161, perhaps that is the culprit after all. I will try the deployment with the downgraded version. |
@chrishobcroft Were you able to install it with version |
I did, yes, thank you @macor161. It would appear that the issue here is indeed with the Closing |
🐛 Bug Report
When installing an Aragon App with a UI schema available on aragonpm, the tool fails to deploy a UI, claiming "No UI available".
Can be reproduced for livepeer.open.aragonpm.eth and ens.open.aragonpm.eth
Have you read the Contributing Guidelines on issues?
Yes.
Context
Mainnet or testnet?
Rinkeby testnet
Organization
0x5E1BE46d9B590E080D443Df0bd14fd6a77112376
Environment
To Reproduce
Case in point is livepeer.open.aragonpm.eth
aragon apm info livepeer.open.aragonpm.eth --environment aragon:rinkeby
aragonpm
livepeer.open.aragonpm.eth
app in the DAO by running this command:(No UI available)
.https://rinkeby.aragon.org/#/
Expected behavior
I expect that the UI defined in the schema shown via
aragon apm info...
should be used to provide the UI for the app, and for the app to appear in the DAO on the web app.For example - this DAO / app: https://rinkeby.aragon.org/#/livepeerdelegator/0x698af62d8cd4edb8ee6c7def4e70b6885e34f2b6/
Actual Behavior
The app seems to be installed, but the UI is marked as
(No UI available)
.Furthermore, the permissions that are set via the cli are not visible in the Web UI
(Write what happened. Add screenshots, if applicable.)
Reproducible Demo
An example DAO which has had multiple instances of the livepeer app installed is
0x5E1BE46d9B590E080D443Df0bd14fd6a77112376
.You can query the apps installed via this command:
You can query which permissions are assigned using this command:
The text was updated successfully, but these errors were encountered: