Two layers of population and filtering

  • Strapi Version: v4.0.6
  • Operating System: Windows 11
  • Database: sqlite
  • Node Version: v16.13.1
  • NPM Version: 8.1.2

Hello guys, I have trouble filtering the second layer of the population. In my case, it is filtering status inside loads. It is shown in the pictures below.

http://localhost:1337/api/boards?populate[0]=driver&populate[1]=driver.loads&filters[loads][status][$eq]=upcomming” when I send this reques it gets back 500 Internal server error.