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.

@brent252 Could you please provide your updated code so we can verify the behavior?

You’ll still need to override the default imagery in order to run completely disconnected. Please use this example from the Offline Guide for reference.