Moin
7월 24, 2025, 10:16오전
1
When filtering with the topic filter fails it’s very difficult to get back to /filter to try filtering for different criteria because the link in the sidebar remembers what you filtered last.
I know filters are in general quite sticky (How do I remove the user filter at the groups page? ), but in those cases you do not only get an error.
4개의 좋아요
I can repro this @sam Need a hard reload to access the page again.
Also no idea why it fails tho.
1개의 좋아요
Seems to fail when you combine created-by and views- specifically
I get a little more detail in logs locally: column reference "views" is ambiguous
This seems to fix it
https://github.com/discourse/discourse/pull/34033
(still hard to escape the error state when it happens tho)
4개의 좋아요
sam
(Sam Saffron)
8월 21, 2025, 2:18오전
4
I think this is generally fine cause 500s are not something we should ever leave in the app anyway.