You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug in current situation
According to this Sentry issue, the NR UI does a PATCH call (to update a NR) after a GET call failed.
The failed GET call should stop whatever processing is going on.
Calling PATCH with invalid data (due to failed GET) could save corrupt data in the db and/or overwrite valid data. These errors happened on the checkout call, so cannot corrupt data. However, I am not sure what the app does after this error occurs: Does it force the user to restart from the beginning? Or does it happily continue as if nothing happened, and possibly allow a subsequent checkin... I don't know; the priority should depend on this.
Link bug to the User Story
Impact of this bug
Describe the impact, i.e. what the impact is, and number of users impacted.
Chance of Occurring (high/medium/low/very low)
Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?
Steps to Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Actual/ observed behavior/ results
Expected behavior
A clear and concise description of what you expected to happen. Use the gherking language.
Screenshots/ Visual Reference/ Source
If applicable, add screenshots to help explain your problem. You an use screengrab.
The text was updated successfully, but these errors were encountered:
Describe the bug in current situation
According to this Sentry issue, the NR UI does a PATCH call (to update a NR) after a GET call failed.
The failed GET call should stop whatever processing is going on.
Calling PATCH with invalid data (due to failed GET) could save corrupt data in the db and/or overwrite valid data.These errors happened on thecheckout
call, so cannot corrupt data. However, I am not sure what the app does after this error occurs: Does it force the user to restart from the beginning? Or does it happily continue as if nothing happened, and possibly allow a subsequentcheckin
... I don't know; the priority should depend on this.Link bug to the User Story
Impact of this bug
Describe the impact, i.e. what the impact is, and number of users impacted.
Chance of Occurring (high/medium/low/very low)
Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?
Steps to Reproduce
Steps to reproduce the behavior:
Actual/ observed behavior/ results
Expected behavior
A clear and concise description of what you expected to happen. Use the gherking language.
Screenshots/ Visual Reference/ Source
If applicable, add screenshots to help explain your problem. You an use screengrab.
The text was updated successfully, but these errors were encountered: