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
Chrome Version 133.0.6943.98 (Official Build) (arm64)
Other Notes
I was able to reproduce this locally, and even troubleshoot it a little bit, but I'm not familiar enough with the Mapbox libraries and map server we're using to proceed. Both locally and on cugos.org, a fetch by the Mapbox library gets an HTTP 410 (Gone) error and logs this:
By inspection, it appears our API key is in the code, which may or may not be a problem, depending on how Mapbox protects API keys from abuse. Even if it is a problem, it may or may not be related to this specific issue.
Someone with more Mapbox experience than me will probably need to look into it, but happy to contribute in any way that I can.
The text was updated successfully, but these errors were encountered:
Just confirming that I get the same error on Windows/Chrome. It might be nice to remove the Mapbox dependency entirely so we don't have to worry about API keys...
The map on https://cugos.org/people/ displays as a grey rectangle for me.
Environment:
Other Notes
I was able to reproduce this locally, and even troubleshoot it a little bit, but I'm not familiar enough with the Mapbox libraries and map server we're using to proceed. Both locally and on cugos.org, a fetch by the Mapbox library gets an HTTP 410 (Gone) error and logs this:
By inspection, it appears our API key is in the code, which may or may not be a problem, depending on how Mapbox protects API keys from abuse. Even if it is a problem, it may or may not be related to this specific issue.
Someone with more Mapbox experience than me will probably need to look into it, but happy to contribute in any way that I can.
The text was updated successfully, but these errors were encountered: