Indexer parameters to Jackett error

I’m using linuxserverio Radarr docker app on Unraid, but the indexer seems to have stopped passing in parameters correctly to Jackett. Viewing the trace logs shows this:
(jacket)/api/v2.0/indexers/1337x/results/torznab/api?**t=caps&**apikey=(removed)
This happens for 4 different indexers I’ve set up with through Jackett.

When I compare this to binhex Radarr which is working, it’s passing the categories correctly:
(jacket)/api/v2.0/indexers/1337x/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)

Any ideas how to fix this?