How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- update to nextcloud 31 (Hub10)
- open any nextcloud page on your browser (eg homepage)
Expected behaviour
homepage of your nextcloud server should open normaly
Actual behaviour
browser displays "internal server error"
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.2
Nextcloud version: 31.0.0
List of activated apps
Enabled:
- activity: 4.0.0
- admin_audit: 1.21.0
- bruteforcesettings: 4.0.0
- calendar: 5.1.2
- circles: 31.0.0-dev.0
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contacts: 7.0.1
- contactsinteraction: 1.12.0
- dashboard: 7.11.0
- dav: 1.33.0
- federatedfilesharing: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_external: 1.23.0
- files_frommail: 0.4.0
- files_mindmap: 0.0.33
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- files_versions: 1.24.0
- files_zip: 2.1.0
- firstrunwizard: 4.0.0
- guests: 4.2.0
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- mail: 4.2.2
- music: 2.1.2
- ncdownloader: 1.0.21
- nextcloud_announcements: 3.0.0
- notifications: 4.0.0
- oauth2: 1.19.1
- onlyoffice: 9.7.0
- password_policy: 3.0.0
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- quota_warning: 1.21.0
- recognize: 9.0.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- spreed: 21.0.0
- support: 3.0.0
- survey_client: 3.0.0
- suspicious_login: 9.0.1
- systemtags: 1.21.1
- tables: 0.9.0
- text: 5.0.0
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- twofactor_nextcloud_notification: 5.0.0
- twofactor_totp: 13.0.0-dev.0
- updatenotification: 1.21.0
- user_status: 1.11.0
- viewer: 4.0.0
- webhook_listeners: 1.2.0
- whiteboard: 1.0.5
- workflowengine: 2.13.0
Disabled:
- app_api: 5.0.2 (installed 4.0.0)
- assistant: 2.4.0 (installed 2.4.0)
- context_chat: 4.1.0 (installed 4.1.0)
- cospend: 3.0.11 (installed 3.0.11)
- deck: 1.15.0 (installed 1.15.0)
- encryption: 2.19.0
- federation: 1.21.0 (installed 1.18.0)
- files_rightclick: 0.15.1 (installed 1.6.0)
- forms: 5.0.1 (installed 5.0.1)
- integration_excalidraw: 2.4.0 (installed 2.4.0)
- integration_openai: 3.4.0 (installed 3.4.0)
- libresign: 11.0.2 (installed 11.0.2)
- photos: 4.0.0-dev.1 (installed 3.0.2)
- twofactor_gateway: 0.20.0 (installed 0.20.0)
- user_ldap: 1.22.0
- weather_status: 1.11.0 (installed 1.8.0)
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"xxx.xxx.xxx"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "31.0.0.18",
"overwrite.cli.url": "https://xxxx.xxx.xxx",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"default_phone_region": "FR",
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"memcache.locking": "\OC\Memcache\Redis",
"memcache.distributed": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 637,
"password": "REMOVED SENSITIVE VALUE",
"timeout": 1.5
},
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpport": "57",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"maintenance_window_start": 1,
"theme": "",
"loglevel": 1,
"log_rotate_size": 10485760,
"app_install_overwrite": [
"files_frommail",
"ncdownloader",
"onlyoffice",
"appointments",
"twofactor_gateway",
"music",
"forms"
],
"onlyoffice": {
"jwt_secret": "REMOVED SENSITIVE VALUE",
"jwt_header": "AuthorizationJwt"
},
"updater.release.channel": "stable",
"ncd_admin_settings": {
"ncd_disable_bt": "1",
"disallow_aria2_settings": "1"
}
}
}
Browser
Browser name: Firefox or Safari
Browser version: 135
Operating system: Mac
Browser log
How to use GitHub
Steps to reproduce
Expected behaviour
homepage of your nextcloud server should open normaly
Actual behaviour
browser displays "internal server error"
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.2
Nextcloud version: 31.0.0
List of activated apps
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"xxx.xxx.xxx"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "31.0.0.18",
"overwrite.cli.url": "https://xxxx.xxx.xxx",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"default_phone_region": "FR",
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"memcache.locking": "\OC\Memcache\Redis",
"memcache.distributed": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 637,
"password": "REMOVED SENSITIVE VALUE",
"timeout": 1.5
},
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpport": "57",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"maintenance_window_start": 1,
"theme": "",
"loglevel": 1,
"log_rotate_size": 10485760,
"app_install_overwrite": [
"files_frommail",
"ncdownloader",
"onlyoffice",
"appointments",
"twofactor_gateway",
"music",
"forms"
],
"onlyoffice": {
"jwt_secret": "REMOVED SENSITIVE VALUE",
"jwt_header": "AuthorizationJwt"
},
"updater.release.channel": "stable",
"ncd_admin_settings": {
"ncd_disable_bt": "1",
"disallow_aria2_settings": "1"
}
}
}
Browser
Browser name: Firefox or Safari
Browser version: 135
Operating system: Mac
Browser log