-
Notifications
You must be signed in to change notification settings - Fork 22
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
Getting 500 error while syncing #1458
Comments
…ing entity upsert
…lter closing log
…fics during entity upsert" This reverts commit 77116c8.
…ansactional data's constraint violation occurs
As of now, based on several discussions and multiple analysis, we have determined that we'll not make any fix to mitigate the issue, rather just make changes to olgather additional information to determine the impact of the issue. We'll also throw a 409 Conflict error, when there is data constraint violation, instead of the previous 500 Internal Server error. New Error log will be similar to content here |
During QA we should confirm behaviour on client is not affected:
|
When we register and clicking on the sync the cilent app displays the 500 error
env : prod
org : apfodishauat
user : dineshg@apfodishauat
version : 9.0.2
Steps to reproduce :
1.Register the individual
2.enroll into child program and completed the growth montoring
3.Click on the sync
Expected : it should allow to upload data without any error
Actual : it is displaying the error
Additional details:
Screen shot :
Error message :
at ServerError (address at index.android.bundle:1:1316430)
at processResponse (address at index.android.bundle:1:1313663)
at tryCallOne (/root/react-native/packages/react-native/ReactAndroid/hermes-engine/.cxx/MinSizeRel/1h352kp3/arm64-v8a/lib/InternalBytecode/InternalBytecode.js:53:16)
at anonymous (/root/react-native/packages/react-native/ReactAndroid/hermes-engine/.cxx/MinSizeRel/1h352kp3/arm64-v8a/lib/InternalBytecode/InternalBytecode.js:139:27)
at apply ((native)::)
at anonymous (address at index.android.bundle:1:246792)
at _callTimer (address at index.android.bundle:1:245786)
at _callReactNativeMicrotasksPass (address at index.android.bundle:1:245951)
at callReactNativeMicrotasks (address at index.android.bundle:1:247873)
at __callReactNativeMicrotasks (address at index.android.bundle:1:97917)
at anonymous (address at index.android.bundle:1:97056)
at __guard (address at index.android.bundle:1:97794)
at flushedQueue (address at index.android.bundle:1:96967)
at callFunctionReturnFlushedQueue (address at index.android.bundle:1:96823)
The text was updated successfully, but these errors were encountered: