Rest API Filters in Strapi 4.15.5 not working

I have just upgraded by Strapi to 4.15.5 and installed on a new server. My problem is that the REST API filtering just will not work, no errors, just does not filter, i.e.:

https://strapi-production-19dd.up.railway.app/api/pages/?filters[slug][$eq]=home

Does not filter on the slug. Is this a bug?

Thanks for your help

1 Like

Ok found the issueā€¦ slug has to be lower caseā€¦ I checked your request and you got it as ā€œSlugā€. same as meā€¦ that was my error