You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting the ascending order direction only works on data loaded with descending order initially, and returns no results if it is the initial setting on page load.
no items show up, a spinner keeps spinning indefinitely.
The version of Memos you're using
demo
Screenshots or additional context
javascript console error:
app.Cqhkrlla.js:279Uncaught(inpromise)ClientError: /memos.api.v1.MemoService/ListMemosINVALID_ARGUMENT: failedtobuildfindmemoswithfilter: rpcerror: code=InvalidArgumentdesc=invalidfilter: foundissueERROR: <input>:1:1: undeclared reference to 'order_by_time_asc' (in container '')
| order_by_time_asc == true
| ^
at s (app.Cqhkrlla.js:279:4865)
at async f (app.Cqhkrlla.js:279:8975)
at async Object.listMemos (app.Cqhkrlla.js:279:9383)
at async Object.fetchMemos (app.Cqhkrlla.js:280:162390)
at async c (app.Cqhkrlla.js:1157:4064)
at async u (app.Cqhkrlla.js:1157:4376)
The text was updated successfully, but these errors were encountered:
Describe the bug
setting the ascending order direction only works on data loaded with descending order initially, and returns no results if it is the initial setting on page load.
Steps to reproduce
The version of Memos you're using
demo
Screenshots or additional context
javascript console error:
The text was updated successfully, but these errors were encountered: