Hello,
I've been working on a react web application that uses arcgis/core version 4.27.6 .
The application has a map container in which the user can change between different WebMaps specific to their account.
Lately we've been having an issue with one of the user accounts, 3 of their maps (they have 4 in total), are initializing but the center property of the view, has NULL latitude and longitude.
They way we are looking at the view details is with the view.watch method.
Notes:
- This happens only with those 3 WebMaps, others maps load correctly.
- I've tried both slow and fast environments, the only thing that changes is the loading time of the view.
- Tried upgrading the map to the lates version 4.29.10. This has not fixed the issue
- Tried looking at the view details using other methods, center still has NULL latitude and longitude.
- The console has 2 errors that appear from time to time but they are for missing Fonts and for some specific missing Tiles