Client: Upgrading an app from the app center seems to have broken app center ui

Created on 23 Apr 2019  路  2Comments  路  Source: aragon/client

Describe the bug
I attempted to upgrade an app (TPS Dot voting from version 3.0.0 to 5.0.0) on a rinkeby dao, and after the transaction was approved and the page reloaded I see

image

Mainnet or testnet?
Rinkeby

Organization
https://rinkeby.aragon.org/#/btest.aragonid.eth/apps

To Reproduce
Steps to reproduce the behavior:

Have an organization with Dot Voting 3.0.0 installed and attempt to upgrade to 5.0.0 from app center.

Expected behavior
Upgrading or failing without breaking.

Screenshots
image

Additional context
I also tried upgrading an app from the CLI before hand, it did not break, but it also didnt appear to succeed either.

bug

Most helpful comment

This was an issue with how TPS deployed their apps; their published artifact.jsons were using the wrong environments and had mismatches with the actual proxy instance's appId.

In any case, we weren't catching this behaviour and this will be silently fixed with https://github.com/aragon/aragon.js/pull/288.

All 2 comments

Maybe our Rinkeby node is a little bit behind, and therefore the 404 error? Unsure

This was an issue with how TPS deployed their apps; their published artifact.jsons were using the wrong environments and had mismatches with the actual proxy instance's appId.

In any case, we weren't catching this behaviour and this will be silently fixed with https://github.com/aragon/aragon.js/pull/288.

Was this page helpful?
0 / 5 - 0 ratings