JoinColony/colonyDapp

Unable to view recovery mode transaction

melyndav opened this issue · 1 comments

Bug overview

I was testing the user flow for placing a colony into recovery mode using my personal colony. After selecting the 'confirm' CTA button within the modal, the resulting transaction page did not load. I refreshed and still received no feedback.

The transaction appears within my actions list, but the page does not load when selected. I'm unable to view the transaction or take any next steps to exit recovery mode.

Steps to reproduce

  1. Place a colony into recovery mode by selecting New Action > Advanced > Recovery
  2. Select 'confirm' within the recovery mode modal
  3. Transaction page does not load.

OR

  1. Go to https://xdai.colony.io/colony/winnie
  2. Select the 'Recovery mode activated by mel' 20 Feb transaction.
  3. Transaction page does not load

image

Expected behaviour

  • The user should be able to view the transaction of the recovery mode both directly after completing the recovery mode modal and also after selecting the transaction from the actions list.

Actual behaviour

  • The transaction page simply doesn't load and there's no 404 or any UI with error messages etc.

image

image

I'm also seeing this locally as well, with the errors:

react_devtools_backend.js:4012 Warning: Each child in a list should have a unique "key" prop. Check the render method of "dashboard.ActionsPageFeed.ActionsPageEvent".

Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.