JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

The app crashes on mobile view when you view a transaction that's ready to be Finalized #2538

Closed rumzledz closed 6 days ago

rumzledz commented 3 weeks ago

Steps to reproduce

  1. Enable the "Reputation weighted" extension and use the "Testing governance" preset
  2. Create a Simple Payment and choose the "Reputation" decision method
  3. Support the stake and submit the Max staking amount
  4. Run the following commands to forward the time:
    curl -X POST --data '{"jsonrpc":"2.0","method":"evm_increaseTime","params":[3600],"id":1}' localhost:8545
    curl -X POST --data '{"jsonrpc":"2.0","method":"evm_mine","params":[],"id":1}' localhost:8545
  5. Reload the page

Expected behaviour

The app should not crash.

Actual behaviour

The app crashes.

mobile_crash

Console errors

image

melyndav commented 3 weeks ago

Hey @rumzledz the scope doesn't include fixing the auto fail when you go then attempt to finalize the transaction, does it?

image