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

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

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.
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.
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'sappId.In any case, we weren't catching this behaviour and this will be silently fixed with https://github.com/aragon/aragon.js/pull/288.