Skip to content

Items paging links broken #360

@captaincoordinates

Description

@captaincoordinates

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions