I use unreal engine 5.0.1 I add blank 3DTileset to editor and paste the url in the form
Errors when loading tileset:
- Received status code 502 for tileset http://localhost:8003/SampleData/Cesium3DTiles/Tilesets/TilesetWithViewerRequestVolume/tileset.json
But I test this json using cesiumJS based on webpack and it turned out that the service is online and can render the json into my broswer.
So what’s the problem with it and how can I resolve it?