You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just open the log reader and wait for a while. If the browser has memory usage exception monitoring, it will crash directly and prompt that the memory is exceeded.otherwise the page will freeze directly.Firefox and the Chromuim series of browsers behave the same.
Steps to reproduce
Just open the log reader and wait for a while.(path:/settings/admin/logging)
Expected behavior
null
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Nginx
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?
I redeployed a new Nextcloud and found that /apps/logreader/api/poll?lastReqId=xxx caused the massive amount of data returned when querying the log to occupy too much memory.
Bug description
Just open the log reader and wait for a while. If the browser has memory usage exception monitoring, it will crash directly and prompt that the memory is exceeded.otherwise the page will freeze directly.Firefox and the Chromuim series of browsers behave the same.
Steps to reproduce
Expected behavior
null
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Nginx
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": {
"datadirectory": "REMOVED SENSITIVE VALUE",
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.10.10:8666"
],
"version": "30.0.1.2",
"overwrite.cli.url": "https://192.168.10.10:8666",
"dbtype": "pgsql",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"filelocking.enabled": true,
"memcache.locking": "\OC\Memcache\APCu",
"apc.shm_size": "256M",
"upgrade.disable-web": true,
"logfile": "/config/log/nextcloud.log",
"logfile_audit": "/config/log/audit.log",
"filesystem_check_changes": 1,
"default_language": "zh_CN",
"default_locale": "zh",
"default_phone_region": "CN",
"app_install_overwrite": [
"files_archive",
"extract",
"duplicatefinder"
],
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "ssl",
"mail_smtpport": "465",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"loglevel": 2,
"maintenance_window_start": 1
}
}
List of activated Apps
Enabled:
Disabled:
Nextcloud Signing status
null
Nextcloud Logs
null
Additional info
Chrome/128.0.0.0
The text was updated successfully, but these errors were encountered: