-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pull resources from cesiumjs.org due to CORS #8050
Comments
@ccopland94 are you embedding CesiumJS in your application like this?
If so, try using an official release, like:
Let me know if that works. |
Thanks for your response @OmarShehata . I am already doing that, but with version 1.56. The issue isn't that the built cesium isn't loading into the frame, it's that it is failing to load resources cross origin. See the attached image: |
It appears to me that something changed on the hosting side in that they are no longer sending the Access-Control-Allow-Origin header anymore. |
Thanks @ccopland94. @mramato is looking into this now and we'll have an update for you soon =) |
Thanks @hpinkos 👍 |
Thanks for reporting this @ccopland94, we accidentally got a little over-aggressive with some housecleaning/security updates. This should be fixed (but may take a few minutes to propagate globally). Please try it out on your end and let us know. |
@mramato Thanks, that seems to have done the trick! Closing this issue out. |
Hello @Maarondesigns, we recently moved the releases from cesiumjs.org to cesium.com. If you change your URL to |
Hi - it appears that CORS is no longer working with the Cesiumjs.org domain. It was working before, but now it is blocking requests to get resources due to CORS issues, and failing altogether.
Browser: Chrome, Firefox
Operating System: Windows, iOS
The text was updated successfully, but these errors were encountered: