You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a lot of data and mapping to a "location" (i.e. address with map position) field, the system remains very long in the loading screen of step 4 in the import flow (generating the preview) without showing any data. If something fails during those address lookups, it seems to even remain stuck completely.
loading addresses should be done asynchronously, after already showing the import data preview rows. We can one-by-one fill the address result for records rather than completely blocking the preview until all are loaded
if one or more requests to the external lookup API fail, we should handle this gracefully. Skip over that record, leave the location empty and maybe show an option in the preview to retry the lookup manually.
The text was updated successfully, but these errors were encountered:
When importing a lot of data and mapping to a "location" (i.e. address with map position) field, the system remains very long in the loading screen of step 4 in the import flow (generating the preview) without showing any data. If something fails during those address lookups, it seems to even remain stuck completely.
The text was updated successfully, but these errors were encountered: