HTTP 500 on internal instance
Click on Account resource
Any X, ATR_ACCOUNT, ATR_LABEL, ATR_CREATION_DATE, ATR_MODIFICATION_DATE, ATR_CWURI, REL_ACCOUNT__CREATED_BY__CWUSER, REL_ACCOUNT__CW_SOURCE__CWSOURCE, REL_ACCOUNT__IS__CWETYPE GROUPBY X, ATR_ACCOUNT, ATR_LABEL, ATR_CREATION_DATE, ATR_MODIFICATION_DATE, ATR_CWURI, REL_ACCOUNT__CREATED_BY__CWUSER, REL_ACCOUNT__CW_SOURCE__CWSOURCE, REL_ACCOUNT__IS__CWETYPE ORDERBY null ASC LIMIT 10 OFFSET 0 WHERE X account ATR_ACCOUNT, X label ATR_LABEL, X creation_date ATR_CREATION_DATE, X modification_date ATR_MODIFICATION_DATE, X cwuri ATR_CWURI, X created_by REL_ACCOUNT__CREATED_BY__CWUSER?, X cw_source REL_ACCOUNT__CW_SOURCE__CWSOURCE?, X is REL_ACCOUNT__IS__CWETYPE?'
Issue with ORDERBY null
. Filter is incorrectly set in react admin. The wrong state is saved in the local storage (ra store) and used as filter. Clearing the local storage solves the issue.
This happens when using the sort filter in local lists. It sets the filter for every list in the page instead of only the one selected.
Edited by Arnaud Vergnet