NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
488 stars 157 forks source link

Cannot import data from json file #295

Closed PierreBresson closed 2 years ago

PierreBresson commented 2 years ago

Describe the bug Impossible to import data from exported json file - regression, was working in 0.6.0 version.

No resource found with the name /data/user/0/...

signal-2021-08-09-203626

PierreBresson commented 2 years ago

Seems that URL is using encoded special chars, but swapping out %40 and %2F with const uri = file.uri.replace("%40", "@").replace("%2F", "/"); or using decodeURI() didn't fix it. Also tried to revert to old package but same result.

PierreBresson commented 2 years ago

Fixed in https://github.com/NMF-earth/nmf-app/commit/4788f62ca971b776348f646c90afd86c931bf936