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
When nextcloud server restarts (e.g. after an upgrade or a server reboot) and a valid user session is still present on the browser, then when attempting to update apps, the following error occurs as one clicks on the "Update" button:
TypeError: Cannot read properties of null (reading 'appendChild')
at o.mounted (main.js:6120:594)
at Ut (main.js:7:1678)
at Nn (main.js:7:13691)
at Object.insert (main.js:7:17904)
at E (main.js:15:18973)
at o.__patch__ (main.js:15:21229)
at e._update (main.js:7:10395)
at o.a (main.js:7:11799)
at e.get (main.js:7:6677)
at new e (main.js:7:6594)
This then prevents the "Confirm" button from becoming active.
If I log out, then back in, then this TypeError does not occur and I can upgrade or install apps.
Steps to reproduce
Be logged into your nextcloud instance
Restart the nextcloud server
Attempt to update or install an app
Expected behavior
Session works normally after server restart.
No TypeError
Installation method
Other Community project
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Bug description
When nextcloud server restarts (e.g. after an upgrade or a server reboot) and a valid user session is still present on the browser, then when attempting to update apps, the following error occurs as one clicks on the "Update" button:
This then prevents the "Confirm" button from becoming active.
If I log out, then back in, then this
TypeError
does not occur and I can upgrade or install apps.Steps to reproduce
Expected behavior
Session works normally after server restart.
No
TypeError
Installation method
Other Community project
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: