Nextcloud version (eg, 20.0.5): 27.0.0
Operating system and version (eg, Ubuntu 20.04): Alpine
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.57
PHP version (eg, 7.4): 8.1.20
The issue you are facing:
I’m using Nextcloud AIO.
I previously attempted to use a fuse mount to host the data directory. There were some issues so I switched NEXTCLOUD_DATADIR to a directory on the local fs. After rsyncing all of the files from the fuse mount into the new data directory & restarting Nextcloud AIO, I got the following error in the logs.
Is this the first time you’ve seen this error? (Y/N):
Steps to replicate it:
- Create a Nextcloud AIO instance, with NEXTCLOUD_DATADIR pointing to a fuse mount using or s3fs-fuse.
- Go through the initialization process, upgrading to Nextcloud 27.
- Create a directory on the local file system
- Stop the instances & nextcloud-aio-mastercontainer docker container
- rsync the files from the fuse mount into the local fs data directory
- Update NEXTCLOUD_DATADIR to the local fs data directory & restart nextcloud-aio-mastercontainer
- tail nextcloud.log
- Log in as an existing user
The output of your Nextcloud log in Admin > Logging:
{
"reqId": "GH2QKSgB3Os0HBzYjFxD",
"level": 2,
"time": "2023-07-13T19:39:33+00:00",
"remoteAddr": "174.195.98.27",
"user": "nategwa",
"app": "no app in context",
"method": "PROPFIND",
"url": "/remote.php/dav/files/nategwa/",
"message": "Error while getting quota info, using root quota",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
"version": "27.0.0.8",
"exception": {
"Exception": "OCP\\Files\\StorageNotAvailableException",
"Message": "Storage with mount id 4 is not available",
"Code": 1,
"Trace": [
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php",
"line": 545,
"function": "getAvailability",
"class": "OC\\Files\\Storage\\FailedStorage",
"type": "->",
"args": []
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php",
"line": 545,
"function": "getAvailability",
"class": "OC\\Files\\Storage\\Wrapper\\Wrapper",
"type": "->",
"args": []
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php",
"line": 81,
"function": "getAvailability",
"class": "OC\\Files\\Storage\\Wrapper\\Wrapper",
"type": "->",
"args": []
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php",
"line": 92,
"function": "isAvailable",
"class": "OC\\Files\\Storage\\Wrapper\\Availability",
"type": "->",
"args": []
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php",
"line": 342,
"function": "checkAvailability",
"class": "OC\\Files\\Storage\\Wrapper\\Availability",
"type": "->",
"args": []
},
{
"file": "/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php",
"line": 331,
"function": "free_space",
"class": "OC\\Files\\Storage\\Wrapper\\Availability",
"type": "->",
"args": [
""
]
},
{
"file": "/var/www/html/lib/private/legacy/OC_Helper.php",
"line": 525,
"function": "free_space",
"class": "OC\\Files\\Storage\\Wrapper\\Wrapper",
"type": "->",
"args": [
""
]
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 336,
"function": "getStorageInfo",
"class": "OC_Helper",
"type": "::",
"args": [
"/C4PWebDAV",
[
"OC\\Files\\Node\\Folder"
],
false
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 770,
"function": "getQuotaInfo",
"class": "OCA\\DAV\\Connector\\Sabre\\Directory",
"type": "->",
"args": []
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/PropFind.php",
"line": 95,
"function": "Sabre\\DAV\\{closure}",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 774,
"function": "handle",
"class": "Sabre\\DAV\\PropFind",
"type": "->",
"args": [
"{DAV:}quota-available-bytes",
[
"Closure"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "propFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->",
"args": [
[
"Sabre\\DAV\\PropFind"
],
[
"OCA\\DAV\\Connector\\Sabre\\Directory"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
"propFind",
[
[
"Sabre\\DAV\\PropFind"
],
[
"OCA\\DAV\\Connector\\Sabre\\Directory"
]
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Sabre\\DAV\\PropFind"
],
[
"OCA\\DAV\\Connector\\Sabre\\Directory"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
"files/nategwa",
[
"{DAV:}getlastmodified",
"{DAV:}getetag",
"{DAV:}getcontenttype",
"{DAV:}resourcetype",
"{http://owncloud.org/ns}fileid",
"And 16 more entries, set log level to debug to see all entries"
],
1
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Sabre\\Xml\\Writer",
[],
"/remote.php/dav/",
[
"d",
"s",
"oc",
"nc"
],
[]
],
[
"Generator"
],
false
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Generator"
],
false
]
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->",
"args": [
[
"Sabre\\HTTP\\Request"
],
[
"Sabre\\HTTP\\Response"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
"method:PROPFIND",
[
[
"Sabre\\HTTP\\Request"
],
[
"Sabre\\HTTP\\Response"
]
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Sabre\\HTTP\\Request"
],
[
"Sabre\\HTTP\\Response"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": []
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": []
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\\DAV\\Server",
"type": "->",
"args": []
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"File": "/var/www/html/lib/private/Files/Storage/FailedStorage.php",
"Line": 204,
"Hint": "Storage is temporarily not available",
"Previous": {
"Exception": "OCP\\Files\\StorageNotAvailableException",
"Message": "Storage with mount id 4 is not available",
"Code": 1,
"Trace": [
{
"function": "OCA\\Files_External\\Config\\{closure}",
"class": "OCA\\Files_External\\Config\\ConfigAdapter",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"line": 137,
"function": "array_map",
"args": [
[
"Closure"
],
[
"*** sensitive parameters replaced ***",
"*** sensitive parameters replaced ***"
],
[
"*** sensitive parameters replaced ***",
"*** sensitive parameters replaced ***"
]
]
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 89,
"function": "getMountsForUser",
"class": "OCA\\Files_External\\Config\\ConfigAdapter",
"type": "->",
"args": [
[
"OC\\User\\User"
],
[
"OC\\Files\\Storage\\StorageFactory"
]
]
},
{
"file": "/var/www/html/lib/private/Files/Config/MountProviderCollection.php",
"line": 138,
"function": "getMountsFromProvider",
"class": "OC\\Files\\Config\\MountProviderCollection",
"type": "->",
"args": [
[
"OCA\\Files_External\\Config\\ConfigAdapter"
],
[
"OC\\User\\User"
],
[
"OC\\Files\\Storage\\StorageFactory"
]
]
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 228,
"function": "addMountForUser",
"class": "OC\\Files\\Config\\MountProviderCollection",
"type": "->",
"args": [
[
"OC\\User\\User"
],
[
"OC\\Files\\Mount\\Manager"
],
[
"Closure"
]
]
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 327,
"function": "OC\\Files\\{closure}",
"class": "OC\\Files\\SetupManager",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 229,
"function": "setupForUserWith",
"class": "OC\\Files\\SetupManager",
"type": "->",
"args": [
[
"OC\\User\\User"
],
[
"Closure"
]
]
},
{
"file": "/var/www/html/lib/private/Files/SetupManager.php",
"line": 406,
"function": "setupForUser",
"class": "OC\\Files\\SetupManager",
"type": "->",
"args": [
[
"OC\\User\\User"
]
]
},
{
"file": "/var/www/html/lib/private/Files/Mount/Manager.php",
"line": 128,
"function": "setupForPath",
"class": "OC\\Files\\SetupManager",
"type": "->",
"args": [
"/nategwa/files",
true
]
},
{
"file": "/var/www/html/lib/private/Files/View.php",
"line": 1459,
"function": "findIn",
"class": "OC\\Files\\Mount\\Manager",
"type": "->",
"args": [
"/nategwa/files"
]
},
{
"file": "/var/www/html/lib/private/Files/Node/Folder.php",
"line": 101,
"function": "getDirectoryContent",
"class": "OC\\Files\\View",
"type": "->",
"args": [
"/nategwa/files/",
"",
[
"OC\\Files\\Node\\LazyUserFolder"
]
]
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php",
"line": 262,
"function": "getDirectoryListing",
"class": "OC\\Files\\Node\\Folder",
"type": "->",
"args": []
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php",
"line": 67,
"function": "getChildren",
"class": "OCA\\DAV\\Connector\\Sabre\\Directory",
"type": "->",
"args": []
},
{
"file": "/var/www/html/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php",
"line": 112,
"function": "cacheDirectory",
"class": "OCA\\DAV\\Connector\\Sabre\\CommentPropertiesPlugin",
"type": "->",
"args": [
[
"OCA\\DAV\\Files\\FilesHome"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "handleGetProperties",
"class": "OCA\\DAV\\Connector\\Sabre\\CommentPropertiesPlugin",
"type": "->",
"args": [
[
"Sabre\\DAV\\PropFind"
],
[
"OCA\\DAV\\Files\\FilesHome"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1052,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
"propFind",
[
[
"Sabre\\DAV\\PropFind"
],
[
"OCA\\DAV\\Files\\FilesHome"
]
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 984,
"function": "getPropertiesByNode",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Sabre\\DAV\\PropFind"
],
[
"OCA\\DAV\\Files\\FilesHome"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1662,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
"files/nategwa",
[
"{DAV:}getlastmodified",
"{DAV:}getetag",
"{DAV:}getcontenttype",
"{DAV:}resourcetype",
"{http://owncloud.org/ns}fileid",
"And 16 more entries, set log level to debug to see all entries"
],
1
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1647,
"function": "writeMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Sabre\\Xml\\Writer",
[],
"/remote.php/dav/",
[
"d",
"s",
"oc",
"nc"
],
[]
],
[
"Generator"
],
false
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Generator"
],
false
]
},
{
"file": "/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->",
"args": [
[
"Sabre\\HTTP\\Request"
],
[
"Sabre\\HTTP\\Response"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
"method:PROPFIND",
[
[
"Sabre\\HTTP\\Request"
],
[
"Sabre\\HTTP\\Response"
]
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 253,
"function": "invokeMethod",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": [
[
"Sabre\\HTTP\\Request"
],
[
"Sabre\\HTTP\\Response"
]
]
},
{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 321,
"function": "start",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": []
},
{
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 364,
"function": "exec",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": []
},
{
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 35,
"function": "exec",
"class": "OCA\\DAV\\Server",
"type": "->",
"args": []
},
{
"file": "/var/www/html/remote.php",
"line": 172,
"args": [
"/var/www/html/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"File": "/var/www/html/apps/files_external/lib/Config/ConfigAdapter.php",
"Line": 142,
"Hint": "Storage is temporarily not available"
},
"message": "Error while getting quota info, using root quota",
"exception": [],
"CustomMessage": "Error while getting quota info, using root quota"
},
"id": "64b0bc10b42fe"
}
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'one-click-instance' => true,
'one-click-instance.user-limit' => 100,
'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'check_data_directory_permissions' => false,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'nextcloud-aio-redis',
'password' => 'PRIVATE',
'port' => 6379,
),
'overwritehost' => 'cloud.foresight.host',
'overwriteprotocol' => 'https',
'passwordsalt' => 'PRIVATE',
'secret' => 'PRIVATE',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'cloud.foresight.host',
),
'datadirectory' => '/mnt/ncdata',
'dbtype' => 'pgsql',
'version' => '27.0.0.8',
'overwrite.cli.url' => 'https://cloud.foresight.host/',
'dbname' => 'nextcloud_database',
'dbhost' => 'nextcloud-aio-database',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_nextcloud',
'dbpassword' => 'PRIVATE',
'installed' => true,
'instanceid' => 'oca9d6s7ejfr',
'maintenance' => false,
'updater.release.channel' => 'stable',
'updatedirectory' => '/nc-updater',
'loglevel' => '2',
'app_install_overwrite' =>
array (
0 => 'nextcloud-aio',
),
'log_type' => 'file',
'logfile' => '/var/www/html/data/nextcloud.log',
'log_rotate_size' => '10485760',
'log.condition' =>
array (
'apps' =>
array (
0 => 'admin_audit',
),
),
'preview_max_x' => '2048',
'preview_max_y' => '2048',
'jpeg_quality' => '60',
'enabledPreviewProviders' =>
array (
1 => 'OC\\Preview\\Image',
2 => 'OC\\Preview\\MarkDown',
3 => 'OC\\Preview\\MP3',
4 => 'OC\\Preview\\TXT',
5 => 'OC\\Preview\\OpenDocument',
6 => 'OC\\Preview\\Movie',
7 => 'OC\\Preview\\Krita',
0 => 'OC\\Preview\\Imaginary',
),
'enable_previews' => true,
'upgrade.disable-web' => true,
'mail_smtpmode' => 'smtp',
'trashbin_retention_obligation' => 'auto, 30',
'versions_retention_obligation' => 'auto, 30',
'activity_expire_days' => '30',
'simpleSignUpLink.shown' => false,
'share_folder' => '/Shared',
'tempdirectory' => '/mnt/ncdata/tmp/',
'one-click-instance.link' => 'https://nextcloud.com/all-in-one/',
'upgrade.cli-upgrade-link' => 'https://github.com/nextcloud/all-in-one/discussions/2726',
'htaccess.RewriteBase' => '/',
'files_external_allow_create_new_local' => false,
'trusted_proxies' =>
array (
0 => '127.0.0.1',
1 => '::1',
),
'allow_local_remote_servers' => true,
'preview_imaginary_url' => 'http://nextcloud-aio-imaginary:9000',
'default_phone_region' => 'US',
'mail_from_address' => 'no-reply',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'foresight.host',
'mail_smtpport' => '25',
'mail_smtphost' => 'protonmail-bridge',
'mail_smtpstreamoptions' =>
array (
'ssl' =>
array (
'allow_self_signed' => true,
'verify_peer' => false,
'verify_peer_name' => false,
),
),
'mail_smtpauth' => 1,
'mail_smtpname' => 'PRIVATE',
'mail_smtppassword' => 'PRIVATE',
'data-fingerprint' => 'PRIVATE',
'memories.exiftool' => '/var/www/html/custom_apps/memories/exiftool-bin/exiftool-amd64-musl',
'memories.vod.path' => '/var/www/html/custom_apps/memories/exiftool-bin/go-vod-amd64',
'memories.vod.ffmpeg' => '/usr/bin/ffmpeg',
'memories.vod.ffprobe' => '/usr/bin/ffprobe',
);
The output of your Apache/nginx/system log in /var/log/____
:
174.195.98.27 - - [13/Jul/2023:12:39:27 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1678836643286.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:28 -0600] "GET /remote.php/dav/avatars/nategwa/128.png HTTP/1.1" 200 29029 "-" "Mozilla/5.0 (Linux) mirall/3.9.0git (Nextcloud, ubuntu-core-6.2.0-25-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)"
174.195.98.27 - - [13/Jul/2023:12:39:28 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1680065426599.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:30 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1680065777215.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:30 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1675058135895.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.212.170.136 - - [13/Jul/2023:12:39:30 -0600] "POST /apps/text/session/sync HTTP/1.1" 200 331 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0"
174.195.98.27 - - [13/Jul/2023:12:39:30 -0600] "GET /remote.php/dav/files/nategwa/InstantUpload/Camera/PXL_20230630_234129442.jpg HTTP/1.1" 200 2044888 "-" "Mozilla/5.0 (Linux) mirall/3.9.0git (Nextcloud, ubuntu-core-6.2.0-25-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)
"
174.195.98.27 - - [13/Jul/2023:12:39:30 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1678466833072.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:30 -0600] "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/1.1" 200 151 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
174.195.98.27 - - [13/Jul/2023:12:39:31 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1683213494158.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:31 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1688345694755.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:32 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1673909426456.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:33 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1679261588455.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:33 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1680219477822.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:33 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1672074246050.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:34 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1676770475391.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:34 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1687815511494.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:34 -0600] "GET /remote.php/dav/files/nategwa/InstantUpload/Camera/PXL_20230702_185301877.jpg HTTP/1.1" 200 2021888 "-" "Mozilla/5.0 (Linux) mirall/3.9.0git (Nextcloud, ubuntu-core-6.2.0-25-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)
"
174.195.98.27 - - [13/Jul/2023:12:39:34 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Facebook/FB_IMG_1673159283011.jpg HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:35 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230621-183033.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:35 -0600] "GET /remote.php/dav/files/nategwa/InstantUpload/Camera/PXL_20230704_183318685.jpg HTTP/1.1" 200 5088434 "-" "Mozilla/5.0 (Linux) mirall/3.9.0git (Nextcloud, ubuntu-core-6.2.0-25-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)
"
174.195.98.27 - - [13/Jul/2023:12:39:35 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230625-120508.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:36 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230525-195903.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:36 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230531-113156.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.212.170.136 - - [13/Jul/2023:12:39:36 -0600] "POST /apps/text/session/sync HTTP/1.1" 200 331 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0"
174.195.98.27 - - [13/Jul/2023:12:39:36 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230711-195947.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:37 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230624-182338.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:37 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230505-223228.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:38 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230706-120916.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:38 -0600] "GET /remote.php/dav/files/nategwa/InstantUpload/Camera/PXL_20230710_211835610.jpg HTTP/1.1" 200 1784547 "-" "Mozilla/5.0 (Linux) mirall/3.9.0git (Nextcloud, ubuntu-core-6.2.0-25-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)
"
174.195.98.27 - - [13/Jul/2023:12:39:38 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230627-202709.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.212.170.136 - - [13/Jul/2023:12:39:38 -0600] "POST /apps/text/session/push HTTP/1.1" 200 22 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0"
174.195.98.27 - - [13/Jul/2023:12:39:38 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230705-134214.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:40 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230627-201449.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:40 -0600] "HEAD /remote.php/dav/files/nategwa/InstantUpload/Pictures/Screenshots/Screenshot_20230624-192428.png HTTP/1.1" 200 - "-" "Mozilla/5.0 (Android) Nextcloud-android/3.25.0"
174.195.98.27 - - [13/Jul/2023:12:39:40 -0600] "GET /remote.php/dav/files/nategwa/InstantUpload/Camera/PXL_20230712_020749030.MP.jpg HTTP/1.1" 200 5023165 "-" "Mozilla/5.0 (Linux) mirall/3.9.0git (Nextcloud, ubuntu-core-6.2.0-25-generic ClientArchitecture: x86_64 OsArchitecture: x86_
64)"
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
Same as Admin > Logs output above.