After upgrading NC29 to NC30beta4, webinterface is totally unresponsive. Firefox shows an "this site is not responding" warning.

Site is responsive like before.
{
"system": {
"debug": false,
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"simpleSignUpLink.shown": false,
"trusted_domains": [
"cloud.s-t-franz.de",
"localhost",
"192.168.1.3",
"nextcloud"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/192.168.1.3\/nextcloud",
"overwritehost": "cloud.s-t-franz.de",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "30.0.0.6",
"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***",
"session_relaxed_expiry": false,
"mail_smtpmode": "smtp",
"log_rotate_size": "10485760",
"maintenance_window_start": "1",
"memcache.local": "\\OC\\Memcache\\Redis",
"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***"
},
"htaccess.RewriteBase": "\/",
"loglevel": "2",
"log_type": "file",
"logfile": "\/mnt\/ncdata\/nextcloud.log",
"logtimezone": "Europe\/Berlin",
"default_phone_region": "DE",
"maintenance": false,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"mail_smtpstreamoptions": {
"ssl": {
"allow_self_signed": true,
"verify_peer": false,
"verify_peer_name": false
}
},
"theme": "",
"updater.release.channel": "beta",
"app_install_overwrite": [
"calendar",
"bruteforcesettings",
"admin_notifications",
"onlyoffice",
"files_trackdownloads",
"checksum",
"music",
"twofactor_totp",
"twofactor_email",
"impersonate",
"previewgenerator"
],
"twofactor_enforced": "true",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"has_rebuilt_cache": true,
"mail_sendmailmode": "smtp"
}
}
Bug description
After upgrading NC29 to NC30beta4, webinterface is totally unresponsive. Firefox shows an "this site is not responding" warning.

Steps to reproduce
Expected behavior
Site is responsive like before.
Installation method
Community VM appliance
Nextcloud Server version
master
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
{ "system": { "debug": false, "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "simpleSignUpLink.shown": false, "trusted_domains": [ "cloud.s-t-franz.de", "localhost", "192.168.1.3", "nextcloud" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/192.168.1.3\/nextcloud", "overwritehost": "cloud.s-t-franz.de", "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "dbtype": "pgsql", "version": "30.0.0.6", "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***", "session_relaxed_expiry": false, "mail_smtpmode": "smtp", "log_rotate_size": "10485760", "maintenance_window_start": "1", "memcache.local": "\\OC\\Memcache\\Redis", "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***" }, "htaccess.RewriteBase": "\/", "loglevel": "2", "log_type": "file", "logfile": "\/mnt\/ncdata\/nextcloud.log", "logtimezone": "Europe\/Berlin", "default_phone_region": "DE", "maintenance": false, "ldapIgnoreNamingRules": false, "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpauthtype": "LOGIN", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "25", "mail_smtpstreamoptions": { "ssl": { "allow_self_signed": true, "verify_peer": false, "verify_peer_name": false } }, "theme": "", "updater.release.channel": "beta", "app_install_overwrite": [ "calendar", "bruteforcesettings", "admin_notifications", "onlyoffice", "files_trackdownloads", "checksum", "music", "twofactor_totp", "twofactor_email", "impersonate", "previewgenerator" ], "twofactor_enforced": "true", "twofactor_enforced_groups": [], "twofactor_enforced_excluded_groups": [], "has_rebuilt_cache": true, "mail_sendmailmode": "smtp" } }List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
At the moment I'm back on NC29 (thanks to snapshot ...)