JoinColony / colonyDapp

Colony dApp client
49 stars 19 forks source link

Unable to view recovery mode transaction #4203

Open melyndav opened 1 year ago

melyndav commented 1 year ago

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

Actual behaviour

image

image

arrenv commented 1 year ago

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.