Plant-for-the-Planet-org / treemapper

TreeMapper extends the Plant-for-the-Planet Platform and allows on site data registration for restoration initiatives.
https://treemapper.app
Other
25 stars 2 forks source link

Error in app/repositories/projects.ts:119 #736

Open Plant-for-the-Planet opened 4 months ago

Plant-for-the-Planet commented 4 months ago

Error in Tree Mapper

Error in app/repositories/projects.ts:119 Missing value for property 'Projects.countPlanted'

View on Bugsnag

Stacktrace

app/repositories/projects.ts:119 - 
app/repositories/projects.ts:91 - 
app/repositories/projects.ts:90 - 

View full stacktrace

Created automatically via Bugsnag

norbertschuler commented 3 months ago

This is a direct result from using the latest Treemapper production version loading some projects from a TPO after login.

shyambhongle commented 3 months ago

One of the project linked to this account are missing this two properties "countTarget" and "countPlanted." Currently, we do not have checks in place for any missing data on RN side. To resolve this issue, should we update the record in the database for this account?