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):
32.0.1
- Operating system and version (e.g., Ubuntu 24.04):
Ubuntu Server 22.04 LTS
- Web server and version (e.g, Apache 2.4.25):
2.4.63
- Reverse proxy and version _(e.g. nginx 1.27.2)
not in use
- PHP version (e.g, 8.3):
8.4
- Is this the first time you’ve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
When updating from 32.0.0 to 32.0.1
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
Bare Metal
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
[…]
Steps to replicate it (hint: details matter!):
-
When trying to open Calender it shows “Site not found“ and I have a button to go to the previous site
-
When then downgrading the Calender App version it becomes available again for a few hours
-
After a few hours the same error occurs. Only manually replacing the files of the calender app in /var/www/nextcloud/apps seems to fix the issue for a few hours.
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.
No calendar events found for status check
The requested alias "OCP\AppFramework\IAppContainer" is deprecated. Please request "Psr\Container\ContainerInterface" directly. This alias will be removed in a future Nextcloud version.
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.
Im getting a 404 for https://*.*/apps/calendar
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
[Mon Nov 17 00:00:00.622804 2025] [mpm_event:notice] [pid 512485:tid 512485] AH00489: Apache/2.4.63 (Ubuntu) OpenSSL/1.1.1f configured -- resuming normal operations
[Mon Nov 17 00:00:00.622824 2025] [core:notice] [pid 512485:tid 512485] AH00094: Command line: '/usr/sbin/apache2'
[Mon Nov 17 07:54:29.454141 2025] [mpm_event:notice] [pid 512485:tid 512485] AH00492: caught SIGWINCH, shutting down gracefully
[Mon Nov 17 07:54:32.831505 2025] [core:warn] [pid 512485:tid 512485] AH00045: child process 1055527 still did not exit, sending a SIGTERM
[Mon Nov 17 07:54:34.833783 2025] [core:warn] [pid 512485:tid 512485] AH00045: child process 1055527 still did not exit, sending a SIGTERM
[Mon Nov 17 07:54:36.835987 2025] [core:warn] [pid 512485:tid 512485] AH00045: child process 1055527 still did not exit, sending a SIGTERM
[Mon Nov 17 07:54:38.838240 2025] [core:error] [pid 512485:tid 512485] AH00046: child process 1055527 still did not exit, sending a SIGKILL
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!):
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***",
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "32.0.1.2",
"overwrite.cli.url": "https:\/\/***REMOVED SENSITIVE VALUE***\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"upgrade.disable-web": "false",
"log_type": "file",
"logfile": "\/var\/log\/nextcloud\/nextcloud.log",
"loglevel": 0,
"mail_smtpmode": "smtp",
"remember_login_cookie_lifetime": "43200",
"log_rotate_size": "10485760",
"trashbin_retention_obligation": "auto, 180",
"versions_retention_obligation": "auto, 365",
"simpleSignUpLink.shown": "false",
"filelocking.enabled": true,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0.5,
"dbindex": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"logtimezone": "Europe\/Berlin",
"htaccess.RewriteBase": "\/",
"share_folder": "\/Shared",
"enable_previews": true,
"preview_max_memory": 1280,
"enabledPreviewProviders": {
"11": "OC\\Preview\\PNG",
"12": "OC\\Preview\\JPEG",
"13": "OC\\Preview\\GIF",
"14": "OC\\Preview\\BMP",
"15": "OC\\Preview\\MarkDown",
"16": "OC\\Preview\\MP3",
"17": "OC\\Preview\\TXT",
"18": "OC\\Preview\\Movie"
},
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"ldapUserCleanupInterval": "25",
"maintenance": false,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpsecure": "tls",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpstreamoptions": {
"ssl": {
"allow_self_signed": true,
"verify_peer": false,
"verify_peer_name": false
}
},
"memcache.local": "\\OC\\Memcache\\Redis",
"updater.release.channel": "stable",
"app_install_overwrite": [],
"maintenance_window_start": 2
}
}
Apps
The output of occ app:list (if possible).
Enabled:
- activity: 5.0.0-dev.0
- admin_audit: 1.22.0
- app_api: 32.0.0
- bruteforcesettings: 5.0.0-dev.0
- calendar: 5.5.6
- circles: 32.0.0
- cloud_federation_api: 1.16.0
- comments: 1.22.0
- contactsinteraction: 1.13.1
- dashboard: 7.12.0
- dav: 1.34.2
- federatedfilesharing: 1.22.0
- federation: 1.22.0
- files: 2.4.0
- files_downloadlimit: 5.0.0-dev.0
- files_pdfviewer: 5.0.0-dev.0
- files_reminders: 1.5.0
- files_sharing: 1.24.0
- files_trashbin: 1.22.0
- files_versions: 1.25.0
- firstrunwizard: 5.0.0-dev.0
- logreader: 5.0.0-dev.0
- lookup_server_connector: 1.20.0
- nextcloud_announcements: 4.0.0-dev.0
- notifications: 5.0.0-dev.0
- oauth2: 1.20.0
- password_policy: 4.0.0-dev.0
- privacy: 4.0.0-dev.0
- profile: 1.1.0
- provisioning_api: 1.22.0
- recommendations: 5.0.0-dev.0
- related_resources: 3.0.0-dev.0
- serverinfo: 4.0.0-dev.0
- settings: 1.15.1
- sharebymail: 1.22.0
- support: 4.0.0-dev.0
- survey_client: 4.0.0-dev.0
- suspicious_login: 10.0.0-dev.0
- systemtags: 1.22.0
- text: 6.0.1
- theming: 2.7.0
- twofactor_backupcodes: 1.21.0
- twofactor_totp: 14.0.0
- updatenotification: 1.22.0
- user_ldap: 1.23.0
- user_status: 1.12.0
- viewer: 5.0.0-dev.0
- webhook_listeners: 1.3.0
- workflowengine: 2.14.0
Disabled: - contacts: 8.0.6 (installed 8.0.6)
- deck: 1.16.1 (installed 1.16.1)
- documentserver_community: 0.2.0 (installed 0.2.0)
- encryption: 2.20.0
- extract: 1.3.6 (installed 1.3.5)
- files_accesscontrol: 3.0.2 (installed 3.0.2)
- files_downloadactivity: 1.18.1 (installed 1.18.1)
- files_external: 1.24.0
- files_fulltextsearch: 32.0.2 (installed 32.0.2)
- files_retention: 3.0.0 (installed 3.0.0)
- fulltextsearch: 32.0.0 (installed 32.0.0)
- geoblocker: 0.5.18 (installed 0.5.18)
- groupfolders: 20.1.3 (installed 20.1.3)
- guests: 4.6.0 (installed 4.6.0)
- issuetemplate: 0.7.0 (installed 0.7.0)
- mail: 5.5.15 (installed 5.5.15)
- photos: 5.0.0-dev.1 (installed 1.0.0)
- previewgenerator: 5.10.0 (installed 5.10.0)
- ransomware_protection: 1.14.0 (installed 1.14.0)
- terms_of_service: 4.6.1 (installed 4.6.1)
- twofactor_nextcloud_notification: 6.0.0-dev.0
- weather_status: 1.12.0 (installed 1.5.0)
We have also encountered the error with Ubuntu 20.04 LTS and PHP8.1 aswell as Postgresql12. Updating to Ubuntu 22.04 LTS, PHP8.4 and Postgresql14 had no effect.
