Open Jesus89 opened 5 years ago
The WindshaftRequestHelper tries to access this._source but this object does not exist. It should use this._conf instead.
this._source
this._conf
this._source._username
this._config.username
this._source._apiKey to this._config.apiKey
this._source._apiKey
this._config.apiKey
https://github.com/CartoDB/carto-vl/blob/81cc70f2a3d6d29082d8fc15b37dc8c1e4addcc0/src/client/WindshaftRequestHelper.js#L52
The WindshaftRequestHelper tries to access
this._source
but this object does not exist. It should usethis._conf
instead.this._source._username
tothis._config.username
this._source._apiKey
tothis._config.apiKey
https://github.com/CartoDB/carto-vl/blob/81cc70f2a3d6d29082d8fc15b37dc8c1e4addcc0/src/client/WindshaftRequestHelper.js#L52