Hi @sirajhassan
Looks like you have this resolved now.
The error you see is showing up due to a restriction in number of records you can have for mobile reports in data when performing a "sync" request or a restore.
Report a932e88207d07d64c23b95c692668148 row count 120661 exceeds max allowed row count 100000
This restriction is added to avoid to protect the environment from heavy data in restores.
You can either remove that report for the apps that add it as a mobile report.
Or,
if this is your self hosted HQ & you wish to bump up that limit, you can upgrade that limit by configuring MAX_MOBILE_UCR_SIZE
for your localsettings file.
Currently its not possible to configure MAX_MOBILE_UCR_SIZE
though it should be possible to add that to GitHub - dimagi/commcare-cloud: Tools for standing up and managing a CommCare HQ server environment just like this one, Include MAX_MOBILE_UCR_LIMIT in settings template by gherceg · Pull Request #6172 · dimagi/commcare-cloud · GitHub was added for MAX_MOBILE_UCR_LIMIT
.