Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to view recovery mode transaction #4203

Open
melyndav opened this issue Feb 20, 2023 · 1 comment
Open

Unable to view recovery mode transaction #4203

melyndav opened this issue Feb 20, 2023 · 1 comment
Labels

Comments

@melyndav
Copy link

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

@melyndav melyndav added the bug label Feb 20, 2023
@arrenv
Copy link
Member

arrenv commented Feb 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants