Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. ![]()
The Basics
- Nextcloud Server version (e.g., 29.x.x):
- Nextcloud Hub 25 Autumn (32.0.2)
- Operating system and version (e.g., Ubuntu 24.04):
Unraid 7.2.0/Debian 13/Android 15
- Web server and version (e.g, Apache 2.4.25):
MySQl 8.4.4
- Reverse proxy and version _(e.g. nginx 1.27.2)
nginxnpm v2.13.5
- Is this the first time you’ve seen this error? (Yes / No):
yes
- When did this problem seem to first start?
just when i was setting up the backup folder of my new phone
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
docker on unraid
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
no
Summary of the issue you are facing:
I’m trying to sync my photos, screenshot and documents folder from my new brand Nothing Phone 3a pro to manage it with my Debian 13. I can see the folders, i can sync the files from the phone but when i trying to manage on my PC the didn’t sync and says:
I have reconstruct the nexcloud container from scratch, i’m using the official container. I have reinstall Debian, and the android app. I have manage permissions and i’m facing this all the time. I have notice it sync the first time i change the folder name, but just this time after i have the same issue.
The files seems to be on the server, at least i can see them. But, when i try to download the server says: the file is not on the server and it disappears.
Log entries
I don’t have any log of this. I just have this advertising on the desktop client. I can paste the logs of the entire server if needed but i don’t see the point, since there are no info on them.
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
<?php
$CONFIG = array (
'htaccess.RewriteBase' => '/',
'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,
),
),
'upgrade.disable-web' => true,
'instanceid' => 'xxxxxxx',
'passwordsalt' => 'xxxxxx',
'secret' => 'xxxxxxxxx',
'trusted_domains' =>
array (
0 => 'xxxxxxxxxxxxxxxxx',
1 => 'xxxxxxxxxxxxxxxxxxxxxxxxxxx',
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'mysql',
'version' => '32.0.2.2',
'overwrite.cli.url' => 'hxxxxxxxxxxxxx',
'overwritehost' => 'nxxxxxxxxxxxxxx',
'overwriteprotocol' => 'https',
'maintenance_window_start' => 1,
'maintenance_window_end' => 5,
'dbname' => 'nextcloud',
'dbhost' => '1xx.1xx.0.xxx:3xxx',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'xxxxxxx',
'dbpassword' => 'xxxxxxxxxx',
'installed' => true,
'maintenance' => false,
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '192.168.0.231',
'port' => 6379,
),
'default_phone_region' => 'ES',
'bulkupload.enabled' => false,
'mail_from_address' => 'xxxxxxxxxxxxxxxx',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'xxxxxxxxxxxxxxxxxx',
'mail_smtphost' => 'xxxxxxxxxxxxxxxxxxxxxxx',
'mail_smtpport' => 'xxxxxxxxx',
'mail_smtpauth' => true,
'mail_smtpname' => 'xxxxxxxxxxxxxxxxxxx',
'mail_smtppassword' => 'xxxxxxxxxxxxxxxxxxxxx',
'trusted_proxies' =>
array (
0 => '1xx.xxxx.xxxx..xxx',
),
'forwarded_for_headers' =>
array (
0 => 'HTTP_X_FORWARDED_FOR',
),
'loglevel' => 2,
);
Apps
The output of occ app:list (if possible).
I just have active documents, notes, calendar and photos. It is a brand new installation.
thanks! I hope this can help me.
thanks to all in advance.
