modrinth / labrinth

Our Rust-based backend utilizing the actix-web framework to serve Modrinth's API.

Home Page:https://modrinth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newly created modpack versions are no longer showing their dependencies

JosiahFu opened this issue · comments

Describe the bug

Modpack versions created recently (possibly after the collections+analytics+organizations update) no longer list their dependencies even though that version installs all the mods properly. This has the effect of those dependencies not appearing on the website.

Steps to reproduce

View this version, which was made before the update: https://api.modrinth.com/v2/version/NU3fXN2n
And then view this version, which was made after the update: https://api.modrinth.com/v2/version/XbJozWWt

The first lists dependencies while the second does not

Also view the version on the frontend:
Before: https://modrinth.com/modpack/cobbled-2gether/version/1.8.3
After: https://modrinth.com/modpack/cobbled-2gether/version/1.8.4

Expected behavior

New modpack versions should list their dependencies like older modpack versions do

Additional context

No response