Content
View differences
Updated by Parimal Satyal over 1 year ago
### Steps to reproduce
1. Unclear
2. The server responded with an 500 error code (error could not be found on AppSignal)
### What is the buggy behavior?
* In case fetching the activity updates fail with a 500 status code, that error is displayed to the user without that user being able to gather information from it:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/236123/content"> <img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/236124/content">
### What is the expected behavior?
1. If Ideally no error returned on polling, surpress in the error. (Already done) first place
2. If there is an error, either do not show the error returned on user action (submitting a comment on edit in this case expecting it to only be temporary (and fixed by the next request) or new comment, for example), display the a helpful error message message. Ideally, display some sort of "connections broken" indication near the server returns. activities.
1. Unclear
2. The server responded with an 500 error code (error could not be found on AppSignal)
### What is the buggy behavior?
* In case fetching the activity updates fail with a 500 status code, that error is displayed to the user without that user being able to gather information from it:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/236123/content"> <img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/236124/content">
### What is the expected behavior?
1. If
2. If