CesiumWidget offline - API error without Providers

var widget = new Cesium.CesiumWidget(‘cesium’, {
sceneMode: Cesium.SceneMode.COLUMBUS_VIEW,
imageryProvider: false,
baseLayerPicker: false,
terrainProvider: false,
});

I’m still getting this unauthorized error: https://api.cesium.com/v1/assets/2/endpoint?xxxxxx
Trying to work offline without using ION.

Hi @brent252,

I don’t believe imageryProvider is a valid property for the Cesium.CesiumWidget options. Please see our Offline Guide for steps to get setup without depending on Cesium ion.

Thanks!

Still occurring after removal.