2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
Cesium.GeoJsonDataSource.load('./map.geojson');
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I want to load a file with the country shapes that I can color and label as desired.
4. The Cesium version you're using, your operating system and browser.
Cesium 1.55, Mac OS Mojave, Chrome
Cesium.GeoJsonDataSource.load('./map.geojson');
I wondered if it was a file access issue too, but after a while, I concluded that it just couldn't find it and the error message was very unhelpful. I'm developing this in Meteor and I just can't figure out what the "context" is for that load function above.