Recently I’ve updated my n8n from version 1.18.4 → 1.49.0 and I noticed that previously when I went to the all executions page it displayed the entries sorted from the newest to the oldest no matter what was the status of the execution. However after the update it displays failed executions at the top, ignoring their dates (so I see executions from 2023 at the very top) and when I want to see my latest, successfully finished executions I need to use filter.
I’d like to ask whether it’s a feature or it’s a bug ? If it’s a feature, are we able to change some settings to bring back the old behavior ?
It all happened after I did the update. Maybe it’s some bug on the n8n side where you do some NULLS FIRST on the db and that’s why I see the results like that.
I am also not able to reproduce this on 1.49 with Postgres, It may sound odd but we have seen a few odd issues with browser caching recently. Can you try loading the page in private browsing mode to see if the issue is still there?
ok I fixed it for now I just deleted them all manually - I guess it’s because those are some old failed executions even from 0.179.0 version so maybe there is some issue while migrating - thanks for help !