Closed inthreedee closed 1 year ago
Can you run the following curl command against you instance and paste the output
curl -v http://nextcloud.dev.local/ocs/v1.php/cloud/capabilities -u admin:password -H 'OCS-APIRequest: true'
@juliushaertl Here's the output as well as the list of enabled/disabled apps on the server.
Forgot to mention, in case it matters, I receive the same output above regardless of the value of rich_editing_enabled
in the Text app.
Strange, if the test app is loaded I don't see why the capability would be missing.
If you have multiple app directories can you check if there may be two folders for text with different versions?
I'm not seeing two app folders anywhere. I found the primary app folder in htdocs/apps
and an extra-apps folder elsewhere that seems to contain the disabled apps. I have Nextcloud installed via snap, encryption is enabled with per-user keys, and I'm using a reverse proxy with Nginx Proxy Manager's docker image, if any of that matters. But other capabilities, for example richdocuments, switch on and off correctly as the apps are enabled/disabled.
Anything else I can check on?
@inthreedee you can see a list of configured app folders with php occ config:system:get -- apps_paths
. Can you check whether there's two folders for text in the listed app folders?
Thanks for the help guys. Here are the two app folders listed by that command. As you can see, Text only exists in one place.
/snap/nextcloud/current/htdocs/apps
/var/snap/nextcloud/current/nextcloud/extra-apps
What else can I do to help figure out what's gone wrong?
When I compare the output of your capabilities API call with mine, it seems like there's quite a few capabilities missing. E.g. files.comments
and files.versioning
should be reported as well according to the list of enabled apps.
Are you aware of other pecularities with your instance?
@mejo- Nothing else seems awry. File versioning and comments work just fine. There's nothing weird going on in my logs besides a bunch of deprecation info/debug messages, which I've seen reported elsewhere. Some samples of those are below in case it matters:
Updated my server to 26.0.2 today and the issue still persists. Text app v3.7.2
Unsure, why original report was closed without being resolved in the first place. Asked about that in April 2023 https://github.com/nextcloud/text/issues/1662#issuecomment-1519800888, but never heard back. Still hope this can be resolved though.
Can you maybe send the output of the following curl command towards your instance and user?
curl -v http://nextcloud.local/ocs/v2.php/apps/files/api/v1/directEditing -u admin:password -H 'OCS-APIRequest: true'
Cross-linking same bug but for Android: https://github.com/nextcloud/text/issues/3892
@juliushaertl
Can you maybe send the output of the following curl command towards your instance and user?
curl -v http://nextcloud.local/ocs/v2.php/apps/files/api/v1/directEditing -u admin:password -H 'OCS-APIRequest: true'
I appreciate the continued help troubleshooting this. The output from that command is below:
encryption is enabled with per-user keys
So actually this would be the reason that this is currently not working: https://github.com/nextcloud/server/pull/22423
So actually this would be the reason that this is currently not working: nextcloud/server#22423
Bummer, but glad we got to the bottom of it. I appreciate the help!
Describe the bug Nextcloud on iOS states Text is Not Available despite being installed on the server. This was previously reported and closed in: #1662
In that issue, it seemed to mostly affect older installs. I have Nextcloud installed on a Raspberry Pi 4 installed via snap, originally set up in October, 2020.
With the introduction of the ability to disable rich editing in Text, I've re-enabled the app which I have always had disabled and ran into this problem. I've tried with rich editing both enabled and disabled, but the capabilities in iOS always list Text as Not Available. I don't see any obvious errors in my server logs nor iOS logs, and nothing related to the DirectEditing request on the server.
To Reproduce Steps to reproduce the behavior:
Client details:
Server details
**Text app version:** v3.6.0 **Operating system:** Ubuntu Server 22.04.1 ARM64 **Web server:** Apache **Database:** mysql 8.0.32 **PHP version:** 8.0.27 **Nextcloud version:** 25.0.3, installed via snapI've attached a section of my log below where I launch the iOS app and check server capabilities.
Logs
#### Nextcloud log (data/nextcloud.log) ``` {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\DAV\\BackgroundJob\\RefreshWebcalJob job with ID 658 in 1 seconds","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 1","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 1","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 1 in 0 seconds","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 687","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 751","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 762","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 763","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 766","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Circles\\Cron\\Maintenance job with ID 766","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"","method":"","url":"--","message":"[debug] running maintenance (2)","userAgent":"--","version":"25.0.3.2","data":{"app":""}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"","method":"","url":"--","message":"[debug] running maintenance (1)","userAgent":"--","version":"25.0.3.2","data":{"app":""}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Circles\\Cron\\Maintenance job with ID 766 in 0 seconds","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 3009","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 7841","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 7842","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Notifications\\BackgroundJob\\SendNotificationMails job with ID 7842","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Notifications\\BackgroundJob\\SendNotificationMails job with ID 7842 in 0 seconds","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 37511","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Mail\\BackgroundJob\\OutboxWorkerJob job with ID 37511","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Mail\\BackgroundJob\\OutboxWorkerJob job with ID 37511 in 0 seconds","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 2","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 38519","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 39937","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 39941","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 39943","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Run OCA\\Talk\\BackgroundJob\\ExpireChatMessages job with ID 39943","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:14+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Finished OCA\\Talk\\BackgroundJob\\ExpireChatMessages job with ID 39943 in 0 seconds","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"o8Tffeg6DAMOckGcQ6NQ","level":0,"time":"2023-02-05T21:55:15+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"CLI cron call has selected job with ID 40562","userAgent":"--","version":"25.0.3.2","data":{"app":"cron"}} {"reqId":"Q6EL5Ea8sfhAX5caigZ3","level":0,"time":"2023-02-05T21:56:48+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"core","method":"GET","url":"/index.php/avatar/admin/32?v=0","message":"Avatar requested in deprecated size 32","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":{"app":"core"}} {"reqId":"SNeFmdJ4Wfo9WuPM7gTK","level":0,"time":"2023-02-05T21:56:59+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"no app in context","method":"GET","url":"/.well-known/webfinger","message":"2 well known handlers registered","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":[]} {"reqId":"g0SbaHCnKH3uNU4L9VDz","level":0,"time":"2023-02-05T21:56:59+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"no app in context","method":"GET","url":"/.well-known/nodeinfo","message":"2 well known handlers registered","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":[]} {"reqId":"zvfCL8SigCQCYYsOVU4O","level":0,"time":"2023-02-05T21:57:01+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"logreader","method":"GET","url":"/index.php/settings/admin/logging","message":"Could not find resource file \"/apps/logreader/css/../js/logreader-main.css\"","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":{"app":"logreader"}} {"reqId":"IXjDPqUu59KRxBm2Z8uA","level":1,"time":"2023-02-05T21:57:01+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"no app in context","method":"GET","url":"/index.php/settings/ajax/checksetup","message":"Deprecated event type for OCP\\IDBConnection::CHECK_MISSING_PRIMARY_KEYS: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":[]} {"reqId":"IXjDPqUu59KRxBm2Z8uA","level":1,"time":"2023-02-05T21:57:04+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"no app in context","method":"GET","url":"/index.php/settings/ajax/checksetup","message":"Deprecated event type for OCP\\IDBConnection::CHECK_MISSING_INDEXES: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":[]} {"reqId":"IXjDPqUu59KRxBm2Z8uA","level":1,"time":"2023-02-05T21:57:07+00:00","remoteAddr":"172.20.0.3","user":"admin","app":"no app in context","method":"GET","url":"/index.php/settings/ajax/checksetup","message":"Deprecated event type for OCP\\IDBConnection::CHECK_MISSING_COLUMNS: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"25.0.3.2","data":[]} {"reqId":"gIj2nMs3rO3cBtjZBOEa","level":0,"time":"2023-02-05T21:57:15+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"webdav","method":"OPTIONS","url":"/remote.php/dav/principals/users/jonathan/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"7sANIY4jfPRiynMuQ5c2","level":0,"time":"2023-02-05T21:57:16+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"webdav","method":"REPORT","url":"/remote.php/dav/principals/users/jonathan/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"sFgnTjcnh53doqA0nRxO","level":0,"time":"2023-02-05T21:57:16+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/calendars/jonathan/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"cWkpBB8S8AVeeaei5ixV","level":0,"time":"2023-02-05T21:57:17+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/calendars/jonathan/inbox/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"p4y72D5nfY2TzHM45JNu","level":0,"time":"2023-02-05T21:57:17+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/calendars/jonathan/inbox/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"FM49vfe5SqM9Th3oqaZE","level":0,"time":"2023-02-05T21:57:20+00:00","remoteAddr":"172.20.0.3","user":"--","app":"webdav","method":"OPTIONS","url":"/remote.php/dav/principals/users/jonathan/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"FFTkOkAfuQvG7pEGPBT6","level":0,"time":"2023-02-05T21:57:21+00:00","remoteAddr":"172.20.0.3","user":"--","app":"webdav","method":"REPORT","url":"/remote.php/dav/addressbooks/users/jonathan/pct/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"KQ3mPvplgkIYBjaRgJmY","level":0,"time":"2023-02-05T21:57:22+00:00","remoteAddr":"172.20.0.3","user":"--","app":"webdav","method":"REPORT","url":"/remote.php/dav/addressbooks/users/jonathan/cdt/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"EIEGt0wdLfhJJ5vxsnRr","level":0,"time":"2023-02-05T21:57:23+00:00","remoteAddr":"172.20.0.3","user":"--","app":"webdav","method":"REPORT","url":"/remote.php/dav/addressbooks/users/jonathan/at/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"oQHEPrB0hzv7Bzz5bJaW","level":0,"time":"2023-02-05T21:57:24+00:00","remoteAddr":"172.20.0.3","user":"--","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/addressbooks/users/jonathan/z-app-generated--contactsinteraction--recent/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"zDIh5SXmdFbH5DeKvjW8","level":0,"time":"2023-02-05T21:57:25+00:00","remoteAddr":"172.20.0.3","user":"--","app":"webdav","method":"REPORT","url":"/remote.php/dav/addressbooks/users/jonathan/contacts/","message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","userAgent":"iOS/16.3 (20D47) dataaccessd/1.0","version":"25.0.3.2","exception":{"Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","Code":0,"Trace":[{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/snap/nextcloud/33503/htdocs/remote.php","line":171,"args":["/snap/nextcloud/33503/htdocs/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/snap/nextcloud/33503/htdocs/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","Line":152,"message":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured","exception":{},"CustomMessage":"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured"}} {"reqId":"QntUrh9kc3bs90wefJSG","level":0,"time":"2023-02-05T21:57:45+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"core","method":"GET","url":"/index.php/avatar/jonathan/384","message":"Avatar requested in deprecated size 384","userAgent":"Nextcloud/4.6.0 (it.twsweb.Nextcloud; build:19; iOS 16.3.0) Alamofire/5.6.4","version":"25.0.3.2","data":{"app":"core"}} {"reqId":"E3UlrKmSb104TEsOUCmy","level":0,"time":"2023-02-05T21:57:50+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"core","method":"GET","url":"/index.php/avatar/jonathan/384","message":"Avatar requested in deprecated size 384","userAgent":"Nextcloud/4.6.0 (it.twsweb.Nextcloud; build:19; iOS 16.3.0) Alamofire/5.6.4","version":"25.0.3.2","data":{"app":"core"}} {"reqId":"nFPXVOfrvz2DWCIFDmc1","level":0,"time":"2023-02-05T21:58:08+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"music","method":"GET","url":"/index.php/core/preview.png?file=Remembers/scratch.md&x=1024&y=1024&a=1&mode=cover","message":"update - /appdata_ociqqws2nu00/preview/4/4/e/9/6/d/e/12597/1024-1024.png","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.6.0","version":"25.0.3.2","data":{"app":"music"}} {"reqId":"nFPXVOfrvz2DWCIFDmc1","level":0,"time":"2023-02-05T21:58:08+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"music","method":"GET","url":"/index.php/core/preview.png?file=Remembers/scratch.md&x=1024&y=1024&a=1&mode=cover","message":"skipped - file is outside of specified music folder","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.6.0","version":"25.0.3.2","data":{"app":"music"}} {"reqId":"sfQeVyrEHlVdMRB9p9Qq","level":0,"time":"2023-02-05T21:58:10+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"music","method":"GET","url":"/index.php/core/preview.png?file=Remembers/arch.md&x=1024&y=1024&a=1&mode=cover","message":"update - /appdata_ociqqws2nu00/preview/f/f/4/7/a/f/c/12592/1024-1024.png","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.6.0","version":"25.0.3.2","data":{"app":"music"}} {"reqId":"sfQeVyrEHlVdMRB9p9Qq","level":0,"time":"2023-02-05T21:58:10+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"music","method":"GET","url":"/index.php/core/preview.png?file=Remembers/arch.md&x=1024&y=1024&a=1&mode=cover","message":"skipped - file is outside of specified music folder","userAgent":"Mozilla/5.0 (iOS) Nextcloud-iOS/4.6.0","version":"25.0.3.2","data":{"app":"music"}} {"reqId":"qUznMgsAxFtmYi21baaM","level":0,"time":"2023-02-05T21:58:14+00:00","remoteAddr":"172.20.0.3","user":"jonathan","app":"core","method":"GET","url":"/index.php/avatar/jonathan/384","message":"Avatar requested in deprecated size 384","userAgent":"Nextcloud/4.6.0 (it.twsweb.Nextcloud; build:19; iOS 16.3.0) Alamofire/5.6.4","version":"25.0.3.2","data":{"app":"core"}} ```