Views with filters do not load #2211

Closed
opened 2026-03-22 13:57:40 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @MedaiP90 on GitHub (Apr 8, 2025).

Description

When updated from version 0.24.1 to 0.24.6, the project views with a default filter set no longer load. Opening the browser console I see the error message in the response (HTTP code 400 by the way):

{
    "code":4024,
    "message":"The filter expression '{\"s\":\"\",\"sort_by\":null,\"order_by\":null,\"filter\":\"done = 'false\",\"filter_include_nulls\":false}'' is invalid: unexpected character '{'"
}

Vikunja Version

0.24.6

Browser and version

Zen Browser 1.11.1b (Firefox 137.0), Microsoft Edge 134.0.3124.95

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Originally created by @MedaiP90 on GitHub (Apr 8, 2025). ### Description When updated from version `0.24.1` to `0.24.6`, the project views with a default filter set no longer load. Opening the browser console I see the error message in the response (HTTP code 400 by the way): ```json { "code":4024, "message":"The filter expression '{\"s\":\"\",\"sort_by\":null,\"order_by\":null,\"filter\":\"done = 'false\",\"filter_include_nulls\":false}'' is invalid: unexpected character '{'" } ``` ### Vikunja Version 0.24.6 ### Browser and version Zen Browser 1.11.1b (Firefox 137.0), Microsoft Edge 134.0.3124.95 ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots _No response_
Author
Owner

@kolaente commented on GitHub (Apr 8, 2025):

Do you have the same issue when you switch to an unstable build? I believe there was a problem like the one you're describing which has been fixed since but not yet released as stable.

@kolaente commented on GitHub (Apr 8, 2025): Do you have the same issue when you [switch to an unstable build](https://vikunja.io/docs/versions/)? I believe there was a problem like the one you're describing which has been fixed since but not yet released as stable.
Author
Owner

@MedaiP90 commented on GitHub (Apr 9, 2025):

Do you have the same issue when you switch to an unstable build? I believe there was a problem like the one you're describing which has been fixed since but not yet released as stable.

Thank you. Since my installation was done using docker, I switched the tag from latest to unstable. This solved the problem, I hope the fix will be ported to the stable release soon.

@MedaiP90 commented on GitHub (Apr 9, 2025): > Do you have the same issue when you [switch to an unstable build](https://vikunja.io/docs/versions/)? I believe there was a problem like the one you're describing which has been fixed since but not yet released as stable. Thank you. Since my installation was done using docker, I switched the tag from `latest` to `unstable`. This solved the problem, I hope the fix will be ported to the stable release soon.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#2211