Leaflet Maps - Cannot read properties of undefined (reading 'lat')

Hello everyoneThis error occurs in productionIt is related to the maps because when you remove it everything works fineany idea how to solveUncaught TypeError: Cannot read properties of undefined (reading ‘lat’)
at Object.project (Projection.SphericalMercator.js:24:43)
at Object.latLngToPoint (CRS.js:28:40)
at e.project (Map.js:982:27)
at e._addLayer (MarkerClusterGroup.js:984:28)
at e.addLayer (MarkerClusterGroup.js:114:8)
at e.createMarker (js\ewleaflet.js:157:28)
at Tn (ew.js:10035:23)
at HTMLDivElement. (ew.js:10092:16)
at jquery.min.js?v=24.4.6:2:1681
at Function.map (jquery.min.js?v=24.4.6:2:3971)

Make sure you have set the latitude_field correctly.

the LAT field is a float 10.6and it is well configured from the extension next to another LNG fieldI don’t know what else to configure

Cat wrote:

This error occurs in production

If it works in development environment but not in production environment, you should check your table schema on the production server, make sure the specified latitude field is correct (the field exists and the field name including the lettercase is correct).