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

[Fix] - Identify error thrown in block handleSubmit #116

Open
amit-s19 opened this issue Feb 9, 2024 · 0 comments
Open

[Fix] - Identify error thrown in block handleSubmit #116

amit-s19 opened this issue Feb 9, 2024 · 0 comments
Assignees

Comments

@amit-s19
Copy link
Contributor

amit-s19 commented Feb 9, 2024

Some of the errors encountered in this block have not been identified yet. I suspect it may be a problem caused in the internal working of some functions like imageCompress or Localforage.

Few Examples :

Application failure:
Environment: production
Application: Stride App
Error occurred while processing request:

{
"appVersion": "0.1.37",
"deviceInfo": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36",
"timestamp": 1707479295084,
"quota": "32359.47479 MB",
"usage": "43.636691 MB",
"available": "32315.838099 MB",
"meta": "at handleSubmit citizenSurveyPage inside catch",
"gpId": "gp_121686",
"error": "[object ProgressEvent]"
}
Application failure:
Environment: production
Application: Stride App
Error occurred while processing request:

{
"appVersion": "0.1.37",
"deviceInfo": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",
"timestamp": 1707466897796,
"quota": "30341.78519 MB",
"usage": "53.959628 MB",
"available": "30287.825562 MB",
"meta": "at handleSubmit citizenSurveyPage inside catch",
"gpId": "gp_119270",
"error": "Cannot read property 'name' of undefined"
}
@amit-s19 amit-s19 self-assigned this Feb 9, 2024
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