-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
microsoft/planetary-computer-apis
#221Description
At some point today items paging links appear to have been broken. It was working fine for me several hours ago, but now this sentinel-2-l2a items link returns the following links array (note the missing /api/stac/v1 in the "next" link):
[
{
"rel": "collection",
"type": "application/json",
"href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a"
},
{
"rel": "root",
"type": "application/json",
"href": "https://planetarycomputer.microsoft.com/api/stac/v1/"
},
{
"rel": "self",
"type": "application/geo+json",
"href": "https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items"
},
{
"rel": "next",
"type": "application/geo+json",
"method": "GET",
"href": "https://planetarycomputer.microsoft.com/collections/sentinel-2-l2a/items?token=next:sentinel-2-l2a:S2B_MSIL2A_20240613T142719_R053_T21QYB_20240613T180205"
}
]Metadata
Metadata
Assignees
Labels
No labels