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
requests of /ocs/v1.php/apps/files_sharing/api/v1/remote_shares?format=json&include_tags=true
are returning (after a long delay 2,5 minutes; only viewable after increasing timeouts)
{
"ocs": {
"meta": {
"status": "failure",
"statuscode": 998,
"message": "Invalid query, please check the syntax. API specifications are here: http:\/\/www.freedesktop.org\/wiki\/Specifications\/open-collaboration-services. DEBUG OUTPUT:\n"
},
"data": []
}
}
What have I done to resolve the issue
I could not list the shares on the webapp so I deleted that share from the database directly.
SELECT*FROM oc_share_external;
DELETEFROM oc_share_external WHERE id=<id of the share that is offline>;
After that the speed of the webpage is "back to normal"
The text was updated successfully, but these errors were encountered:
The share that causes the issue will not reappear. So removing the share just fixed it.
Therefore this is not that critical and I cannot test it anymore (without spinning another instance up)
I opened the issue for "longterm-enhancement" :)
So thanks for having a fix implemented even before I requested it 😇
Steps to reproduce
Expected behaviour
I just get an error that the share is not available anymore or similar
Actual behaviour
The access of (nearly) all pages becomes unusable slow (timeouts)
The client was not throwing any errors as it handles them silently I think
Nextcloud version: (see Nextcloud admin page)
12.0.4 and 13.0 beta 3 (updated to see if the update would resolve the issue)
Logs
Web server error log
from time to time I see
for the following requests:
Browser log
requests of
/ocs/v1.php/apps/files_sharing/api/v1/remote_shares?format=json&include_tags=true
are returning (after a long delay 2,5 minutes; only viewable after increasing timeouts)
What have I done to resolve the issue
I could not list the shares on the webapp so I deleted that share from the database directly.
After that the speed of the webpage is "back to normal"
The text was updated successfully, but these errors were encountered: