Hi,
Tracker capture failing after upgrade from 2.28 to 2.29, the rest of the apps work just fine
Failed to load meta-data
Cleared cache and local browser cache, the problems persists…
The Resource which is failing to load
“api/29/me.json?fields=organisationUnits[id,displayName,programs[id],level,path,children[id,displayName,programs[id],level,children[id]]],teiSearchOrganisationUnits[id,displayName,programs[id],level,path,children[id,displayName,programs[id],level,children[id]]]&paging=false”
In 2.29 program sharing was improved to restrict data capture for users and user groups, make sure you have adjusted the sharing setting of the program to allow the users to capture data
Thank you Prosper for quick reply,
However the problem was due to character encoding, Tomcat could not process. below is the fix
~Using apache-tomcat 8.5.3
~server.xml under Connector Added these two line
relaxedPathChars=“[]|”
relaxedQueryChars=“[]|{}^\`"<>”