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
Description of the bug
If internet connection is lost (eg. bad WIFI) or webserver restart where nextcloud is running, while editing the description of a deck card the content after this event is lost after closing the card.
To Reproduce
Steps to reproduce the behavior:
Go to a deck card, open it to edit
Write some text to the description
Disconnect and reconnect your internet connection or restart webserver where nextcloud is running
Continue editing description
Close deck card
Reopen deck card - all editing after (3.) is lost.
Expected behavior
Autosave should reconnect also after lost internet connection or webserver restart.
Further there should be a big warning if something could not be saved.
A "save" button would also help (see #5627)
Client details:
OS: Tested with Windows and Kubuntu
Browser: Tested with Chrome, Firefox
Version: Latest Version of Windows (?), Kubuntu 24.04, Chrome 134, Firefox 137
Device: desktop
Operating system:
Server: Ubuntu Server 24.04 LTS
Clients: Windows, Kubuntu
Web server:
Apache2
Database:
MySQL
PHP version:
PHP 8.2, cgi
Nextcloud version: (see Nextcloud admin page)
Nextcloud 31.0.2
Where did you install Nextcloud from:
Download from Nextcloud website
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
Uh oh!
There was an error while loading. Please reload this page.
Description of the bug
If internet connection is lost (eg. bad WIFI) or webserver restart where nextcloud is running, while editing the description of a deck card the content after this event is lost after closing the card.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Autosave should reconnect also after lost internet connection or webserver restart.
Further there should be a big warning if something could not be saved.
A "save" button would also help (see #5627)
Client details:
Operating system:
Server: Ubuntu Server 24.04 LTS
Clients: Windows, Kubuntu
Web server:
Apache2
Database:
MySQL
PHP version:
PHP 8.2, cgi
Nextcloud version: (see Nextcloud admin page)
Nextcloud 31.0.2
Where did you install Nextcloud from:
Download from Nextcloud website
No errors have been found.
List of activated apps:
Enabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE",
"REMOVED SENSITIVE VALUE"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "31.0.2.1",
"installed": true,
"theme": "",
"maintenance": false,
"loglevel": 0,
"logtimezone": "Europe/Vienna",
"maxZipInputSize": 0,
"allowZipDownload": true,
"mail_smtpmode": "smtp",
"forcessl": true,
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trashbin_retention_obligation": "auto, 30",
"overwrite.cli.url": "https://REMOVED SENSITIVE VALUE",
"overwriteprotocol": "https",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpsecure": "tls",
"simpleSignUpLink.shown": false,
"updater.release.channel": "stable",
"app_install_overwrite": [
"calendar",
"onlyoffice",
"workflow_ocr",
"mailnotifier"
],
"mysql.utf8mb4": true,
"filelocking.enabled": true,
"memcache.local": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379,
"timeout": 1.5
},
"default_language": "de",
"default_locale": "de_DE",
"default_phone_region": "AT",
"trusted_proxies": "REMOVED SENSITIVE VALUE",
"onlyoffice": {
"verify_peer_off": true
},
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"maintenance_window_start": 1,
"appstoreenabled": true
}
}
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
No relevant Log entries found.
The text was updated successfully, but these errors were encountered: