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

bug(actionRunner): when action run fails, message does not contain error #78

Open
prescottprue opened this issue Feb 14, 2019 · 0 comments

Comments

@prescottprue
Copy link
Owner

prescottprue commented Feb 14, 2019

Describe the bug
When running an action - if the action fails, the message should be clearly visible to the user. It would also be good if this could be accessed in the events view.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the action runner
  2. Run an action that is bound to fail (i.e. trying to copy an rtdb path)
  3. Wait for error to appear
  4. Message does not clearly indicate that the failure was because of data not being there (even though actionRunner cloud function does write that message back to the db)

Possible Solution

  • Display the message which already exists within the snack that is displayed
  • Do the same for browser notification

Additional context/Screenshots

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

No branches or pull requests

1 participant