-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommendations list always empty when queried through Dashboard API #563
Comments
Same result with alternative API call: curl -u test:test http://nextcloud.address/ocs/v2.php/apps/dashboard/api/v1/widget-items \
-H "Content-Type:application/json" \
-H "Accept:application/json" \
-X GET \
-d '{"sinceIds":{"recommendations":"2022-10-10T15:01:10Z"}}'
#
{"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":{"spreed":[]}}}% |
Could this be related to nextcloud/server#33788? Are the file changes older than 2w? |
No, they are from 2 days ago |
What are you testing with? Server master or 25? #543 (comment) 🤐 |
|
Can confirm it does work properly on master |
Fixed with #564 |
Both Nextcloud and recommendations at
stable25
.Dashboard widget in the UI:
Through the Dashboard API:
Not sure what that
spreed
is doing there, but that is the response I get. Initially found via nextcloud/android#10866The text was updated successfully, but these errors were encountered: