Tracker capture app - console errors (2.33.4)

I noticed some errors in the browser dev tools console when loading tracker capture pages, particularly the http 500 errors below:
image

I see they’re both present on the play.dhis2.org server as well. Related to https://play.dhis2.org/2.33.4/api/files/script
Another one we get on our server is:
/api/30/dataStore/tracker-capture/keyTrackerDashboardDefaultLayout
(404 error)
and
/api/30/userDataStore/trackerCaptureGridColumns/f32F4FqyrzD
(404 error)

This server was recently upgraded to 2.33.4

Anyone know why or whether this is an issue or what could be causing it?
Thanks!

1 Like

Hi @Edward_Robinson,

Thanks for reporting the issue.

For the 404 ones, I believe they can be safely ignored, according to this JIRA issue. [DHIS2-3764] - Jira
Tagging @dhis2-tracker to see whether the error can somehow be removed to not confuse users.

For the 500 error, it seems like there is a JIRA issue for this:
https://jira.dhis2.org/browse/DHIS2-8864
Tagging @dhis2-backend so they are aware you also ran into the issue.

Best,
Karoline

1 Like

Great, thank you Karoline. For some reason I didn’t see it before I posted.
Ed