Invalid generated URI

I created fresh Blazor project with Radzen 2.54.2

Add CRUD pages for one of the tables in the database.

The generated URI to get the table (AppSites) data is invalid
http://localhost:5000/odata/MainDb/AppSites?$filter=()+and+true&$top=10&$skip=0&$count=true

The error message is:
The query specified in the URI is not valid. Expression expected at position 1 in '() and true'.

The inner error message is:
Expression expected at position 1 in '() and true'

Once I change it to "$filter=(true)..." it works fine.

Thanks.

The problem is already fixed and tomorrow we will publish update.

1 Like