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
TypeError: n is undefined (carto-vl.min.js:6:500820) when parsing the response from http://localhost/user/dev/api/v1/map, happening when executing o=n.hasOwnProperty("featureCount")?n.featureCount:n.estimatedFeatureCount
Setup
carto-vl
v1.4.6sverhoeven/cartodb
on dockerhub to have a response from http://localhost/user/dev/api/v1/map (see Map API unavailable #87)Problem
TypeError: n is undefined (carto-vl.min.js:6:500820)
when parsing the response from http://localhost/user/dev/api/v1/map, happening when executingo=n.hasOwnProperty("featureCount")?n.featureCount:n.estimatedFeatureCount
Cause
meta
object consisting of only two objects but https://github.com/CartoDB/carto-vl/blob/b52fdfcbdb89baffba343dab060c855f5cdef445/src/client/windshaft.js#L512 introducesconst { stats, aggregation, dates_as_numbers } = meta;
const { stats, aggregation } = meta;
included incarto-vl
v0.4.0carto-vl
v0.4.0 seems to not work with subdomainless addressesThe text was updated successfully, but these errors were encountered: