Error occur render

An error occurred while rendering. Rendering has stopped.
SecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
Error: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
    at new _ (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:477:22734)
    at F.update (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:478:16972)
    at x.update (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:518:7897)
    at f.update (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:522:12444)
    at tt (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:528:15632)
    at dt (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:528:21410)
    at ht (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:528:21607)
    at Ee.render (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:528:29455)
    at A.render (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:535:9556)
    at t (file:///E:/Softwares/Education/GeoServer/Cesium-1.46/Build/Cesium/Cesium.js:535:3006)wser.

It looks like you're running Cesium locally without a server. Since the browser can't access your filesystem, you'll get an error like that when loading images/textures.

See the setup instructions here for how to run a local development server:

Or alternatively, if you have Python installed, you can just run a local web server that way too. More on that here:

I hope his helped!

In particular, when loading imagery from a server, make sure CORS is enabled. See the Imagery Tutorial section on CORS for a thorough explanation.