CESIUM_BASE_URL ignored in 1.42
See original GitHub issueSetting the CESIUM_BASE_URL like below breaks Cesium (v1.42). It seems to be completely ignored as the console errors show (see picture).
In v1.41 everything works correctly.
window['CESIUM_BASE_URL'] = './path/to/somewhere';

Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
CESIUM_BASE_URL ignored in 1.42 · Issue #6225 - GitHub
Setting the CESIUM_BASE_URL like below breaks Cesium (v1.42). It seems to be completely ignored as the console errors show (see picture).
Read more >Unable to determine Cesium base URL automatically ...
But the error stating DeveloperError: Unable to determine Cesium base URL automatically, try defining a global variable called CESIUM_BASE_URL ...
Read more >Unable to determinecesium base url in React js - CesiumJS
DeveloperError: Unable to determine Cesium base URL automatically, try defining a global variable called CESIUM_BASE_URL.
Read more >cesium/CHANGES.md - UNPKG
- `Cesium3DTileset.url` has been deprecated and will be removed in Cesium 1.79. Instead, use `Cesium3DTileset.resource.url` to retrieve the url value.
Read more >angular-cesium - npm
Duplication of Cesium base url setting method is caused by a Cesium bug that was introduced in Cesium version 1.42 and should be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@mark-lassche there’s a new issue for this open here: #6411 We should have it fixed again for the 1.45 release
For what it’s worth we’re running into the same issue. Adding trailing slash did not fix the problem, downgrading to 1.43 did resolve the issue for us.