You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a critical issue when using https://plot.ardupilot.org/:
the Cesium 3D maps are no longer loading due to an invalid Cesium Ion access token.
π Error details from browser console:
bash
Copy
Edit
Request URL: https://api.cesium.com/v1/assets/3954/endpoint?access_token=...
Status Code: 401 Unauthorized
Response Body:
{
"code": "INVALID_TOKEN",
"message": "Invalid access token"
}
This results in no terrain or map imagery being rendered, and causes related JavaScript features to break (e.g. 3D Viewer).