Reproduction
Request:
Code: Select all
https://mods.factorio.com/api/mods?sort=updated_at&sort_order=desc
- HTTP 200
- List of mods sorted by updated_at in descending order.
- HTTP 500 Internal Server Error
The following requests work correctly (HTTP 200):
Code: Select all
https://mods.factorio.com/api/mods
https://mods.factorio.com/api/mods?sort=updated_at
https://mods.factorio.com/api/mods?sort=updated_at&sort_order=asc
https://mods.factorio.com/api/mods?sort=created_at&sort_order=desc
Additional context
I have a daily scheduled job that requests the following endpoint:
Code: Select all
https://mods.factorio.com/api/mods?sort=updated_at&sort_order=desc&version=2.0&page=1&page_size=100
The HTTP 500 error occurred for the first time during today's scheduled run at 2026-07-23T22:44:20Z.

