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
Hello and thanks for the app :)
Sorry for my bad English...
If I edit a file, I can edit without problem, but if 2 or more users try collaborative edition opening the file, only the last one can edit and save. The others get: "File: /xxx.txt modified since opening." and the changes are not saved or watched by the other.
Thanks for any help :)
Steps to reproduce
User1 creates a new document and edits it.
User2 opens the document (he can see changes made by User1) and edits it.
User1 doesn't see changes made by User2.
User1 tries to make changes by gets the message "File: /xxx.txt modified since opening." and the file can't be saved.
If you go to the NextCloud log, you get messages as this
{"reqId":"sO7KrIGpPr8Yzab33x3Z","level":4,"time":"2022-01-18T14:13:12+01:00","remoteAddr":"xxxx.xx.xx.xx","user":"xxx","app":"files_texteditor","method":"PUT","url":"/index.php/apps/files_texteditor/ajax/savefile","message":"File: /xx.md modified since opening.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36","version":"22.2.0.2","id":"61e6bd683aef6"}
Expected behaviour
To be able to make collaborative edition and see changes from both users and be able to save changes (auto-save).
Actual behaviour
Users can't see changes from others and only last one opening the file gets his changes saved.
Server configuration
Operating system:
Debian 11 Web server:
Apache/2.4.38 (Debian) Database:
mysql 10.3.31 PHP version:
7.4.27 Nextcloud version: (see Nextcloud admin page)
Nextcloud 22.2.0 Where did you install Nextcloud from:
Browser:
I have tried with Chormium Version 97.0.4692.71 and Firefox 96.0 (64-bit) Operating system:
Ubuntu 21.04
Logs
Nextcloud log (data/owncloud.log)
Insert your Nextcloud log here
{"reqId":"sO7KrIGpPr8Yzab33x3Z","level":4,"time":"2022-01-18T14:13:12+01:00","remoteAddr":"xxxx.xx.xx.xx","user":"xxx","app":"files_texteditor","method":"PUT","url":"/index.php/apps/files_texteditor/ajax/savefile","message":"File: /xx.md modified since opening.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36","version":"22.2.0.2","id":"61e6bd683aef6"}
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Hello and thanks for the app :)
Sorry for my bad English...
If I edit a file, I can edit without problem, but if 2 or more users try collaborative edition opening the file, only the last one can edit and save. The others get: "File: /xxx.txt modified since opening." and the changes are not saved or watched by the other.
Thanks for any help :)
Steps to reproduce
{"reqId":"sO7KrIGpPr8Yzab33x3Z","level":4,"time":"2022-01-18T14:13:12+01:00","remoteAddr":"xxxx.xx.xx.xx","user":"xxx","app":"files_texteditor","method":"PUT","url":"/index.php/apps/files_texteditor/ajax/savefile","message":"File: /xx.md modified since opening.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36","version":"22.2.0.2","id":"61e6bd683aef6"}
Expected behaviour
To be able to make collaborative edition and see changes from both users and be able to save changes (auto-save).
Actual behaviour
Users can't see changes from others and only last one opening the file gets his changes saved.
Server configuration
Operating system:
Debian 11
Web server:
Apache/2.4.38 (Debian)
Database:
mysql 10.3.31
PHP version:
7.4.27
Nextcloud version: (see Nextcloud admin page)
Nextcloud 22.2.0
Where did you install Nextcloud from:
List of activated apps:
Nextcloud configuration:
{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "22.2.0.2",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"instanceid": "REMOVED SENSITIVE VALUE",
"memcache.local": "\OC\Memcache\APCu",
"upgrade.disable-web": true,
"updatechecker": false,
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpsecure": "ssl",
"default_phone_region": "ES",
"logtimezone": "Europe/Madrid",
"log_rotate_size": 104857600,
"maintenance": false,
"overwrite.cli.url": "REMOVED SENSITIVE VALUEt",
"loglevel": 2
}
}
Client configuration
Browser:
I have tried with Chormium Version 97.0.4692.71 and Firefox 96.0 (64-bit)
Operating system:
Ubuntu 21.04
Logs
Nextcloud log (data/owncloud.log)
{"reqId":"sO7KrIGpPr8Yzab33x3Z","level":4,"time":"2022-01-18T14:13:12+01:00","remoteAddr":"xxxx.xx.xx.xx","user":"xxx","app":"files_texteditor","method":"PUT","url":"/index.php/apps/files_texteditor/ajax/savefile","message":"File: /xx.md modified since opening.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36","version":"22.2.0.2","id":"61e6bd683aef6"}
Browser log
The text was updated successfully, but these errors were encountered: