The Basics
- Nextcloud Server version (e.g., 29.x.x):
30.0.0 beta 4
- Operating system and version (e.g., Ubuntu 24.04):
OVH shared hosting
- Web server and version (e.g, Apache 2.4.25):
N/A
- Reverse proxy and version _(e.g. nginx 1.27.2)
N/A
- PHP version (e.g, 8.3):
8.3
- Is this the first time youâve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
After upgrade to version 30.0.0 beta 4
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
Archive
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
replace me
Summary of the issue you are facing:
Shared folders are not accessible from the user they are shared with.
When you log in with that user you see the shared folder named like
Myfolder (2)
and when you ty accessing it, no content is shown and the name is changed to
Myfolder (2) (2)
and every time the name gets more and more (2)s
Steps to replicate it (hint: details matter!):
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
PASTE HERE
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
PASTE
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
PASTE HERE
Configuration
Nextcloud
{
âsystemâ: {
âinstanceidâ: âREMOVED SENSITIVE VALUEâ,
âpasswordsaltâ: âREMOVED SENSITIVE VALUEâ,
âsecretâ: âREMOVED SENSITIVE VALUEâ,
âtrusted_domainsâ: [
âcloud..it",
"collabora..itâ
],
âdatadirectoryâ: âREMOVED SENSITIVE VALUEâ,
âoverwrite.cli.urlâ: âhttps://cloud.***.itâ,
âdbtypeâ: âmysqlâ,
âversionâ: â33.0.0.10â,
âdbnameâ: âREMOVED SENSITIVE VALUEâ,
âdbhostâ: âREMOVED SENSITIVE VALUEâ,
âdbportâ: ââ,
âdbtableprefixâ: âoc_â,
âdbuserâ: âREMOVED SENSITIVE VALUEâ,
âdbpasswordâ: âREMOVED SENSITIVE VALUEâ,
âinstalledâ: true,
âmail_smtpmodeâ: âsmtpâ,
âmail_smtpauthtypeâ: âPLAINâ,
âmail_smtpsecureâ: âsslâ,
âmail_from_addressâ: âREMOVED SENSITIVE VALUEâ,
âmail_domainâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtpauthâ: 1,
âmail_smtphostâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtpnameâ: âREMOVED SENSITIVE VALUEâ,
âmail_smtppasswordâ: âREMOVED SENSITIVE VALUEâ,
âmaintenanceâ: false,
âthemeâ: ââ,
âloglevelâ: 3,
âupdater.release.channelâ: âbetaâ,
âmail_smtpportâ: â465â,
âapp_install_overwriteâ: {
â0â: âdashboardâ,
âapp.mail.transportâ: âphp-mailâ,
â1â: âspreedâ,
â2â: âspreedmeâ,
â3â: âimpersonateâ,
â4â: âfiles_readmemdâ,
â5â: âonlyofficeâ,
â6â: âsharerenamerâ,
â7â: âlogcleanerâ,
â8â: âpasswordsâ,
â9â: ârichdocumentsâ,
â10â: âdeckâ
},
âmysql.utf8mb4â: false,
âupdater.secretâ: âREMOVED SENSITIVE VALUEâ,
âdefault_phone_regionâ: âITâ,
âconfig_presetâ: 7
}
}
PASTE HERE
Apps
The output of occ app:list (if possible).
Iâve disabled all apps, the problem remains