stac-utils / stac-index

A service that lists all available and registered STAC catalogs and APIs.
https://stacindex.org
Apache License 2.0
7 stars 4 forks source link

Loading acquisition dates blocks browser interaction #14

Closed jisantuc closed 3 years ago

jisantuc commented 3 years ago

Loading acquisition dates for items blocks browser interaction. This isn't the end of the world, but it is pretty annoying.

Replication:

m-mohr commented 3 years ago

Interesting! I get

{"code":"ResourceNotFound","message":"/201206/201206_catalog.json does not exist"}

Please note that some servers don't allow external access via web browsers (e.g., when CORS headers are not present).

Errored URL: https://stacindex.org/api/201206/201206_catalog.json

for the URL due to CORS issues. I'm surprised that it works for you?!

Anyway, I'm pretty sure that this is a STAC Browser issue and is not specific to STAC Index. ~I'll move this to stac-browser.~ Oh, I can't. It's a different GitHub organization. Can you copy/paste this issue to stac-browser, please? Thank you! :-)

jisantuc commented 3 years ago

good point, that is really weird and doesn't make a ton of sense 🤔