CurseProxy icon indicating copy to clipboard operation
CurseProxy copied to clipboard

`addons` returning no items

Open maradotwebp opened this issue 4 years ago • 1 comments

The following graphql query (retrieving mods by their slug) doesn't seem to produce results anymore.

{
  addons(slug: "jei") {
    id
  }
}

Response is { "data": { "addons": [] } }, but should produce information about JEI instead.

(See https://curse.nikky.moe/graphiql?query=%7B%0A%20%20addons(slug%3A%20%22jei%22)%20%7B%0A%20%20%20%20id%0A%20%20%7D%0A%7D for a reproducible example)

maradotwebp avatar Oct 23 '21 11:10 maradotwebp

Fixed by https://github.com/NikkyAI/CurseProxy/pull/7

RealityAnomaly avatar Jan 06 '22 14:01 RealityAnomaly