it might be a slightly different kind of problem, but i just wanted to note here that i came across a case where a user made an identification but the user’s profile indicated 0 identifications:
the API (https://api.inaturalist.org/v1/users/chloe1414) also reflects 0 identifications:
{
"total_results": 1,
"page": 1,
"per_page": 1,
"results": [
{
"id": 2513649,
"login": "chloe1414",
"spam": false,
"suspended": false,
"created_at": "2020-01-03T20:22:00+00:00",
"login_autocomplete": "chloe1414",
"login_exact": "chloe1414",
"name": null,
"name_autocomplete": null,
"orcid": null,
"icon": null,
"observations_count": 0,
"identifications_count": 0,
"journal_posts_count": 0,
"activity_count": 0,
"universal_search_rank": 0,
"roles": [],
"site_id": 1,
"icon_url": null
}
]
}