Hello, i’ve got strange problem with Seafile and OO integration that i never met before. I’ve standart installation seafile-mc:9.0.6 and onlyoffice/documentserver:7.0 in docker and on different domains, standart install as in documentation. I can edit in OO newly created file, but after i save it, close page and try to reopen i’ve got errors, that “Document can’t be open”. The only starnge thing i found in logs is in onlyoffice.log is that:
This is i open doc in first time
2022-06-28 16:56:27,542 [INFO] onlyoffice:133 onlyoffice_editor_callback status 6: get doc_info {'username': 'admin@domain.tech', 'repo_id': 'c7242d33-56bb-4db3-b0a2-3e29dda3a76e', 'file_path': '/newFile.xlsx'} from database by doc_key 595ffca854de12a5f6dc
2022-06-28 16:56:39,972 [INFO] onlyoffice:133 onlyoffice_editor_callback status 2: get doc_info {'username': 'admin@domain.tech', 'repo_id': 'c7242d33-56bb-4db3-b0a2-3e29dda3a76e', 'file_path': '/newFile.xlsx'} from database by doc_key 595ffca854de12a5f6dc
2022-06-28 16:56:39,979 [INFO] onlyoffice:173 onlyoffice_editor_callback status 2: delete doc_key 595ffca854de12a5f6dc from database
and this is i try to open doc next time
2022-06-28 16:56:59,822 [ERROR] onlyoffice:102 onlyoffice_editor_callback status 1: can not get doc_info from database by doc_key 595ffca854de12a5f6dc
2022-06-28 16:56:59,822 [INFO] onlyoffice:108 onlyoffice_editor_callback {'key': '595ffca854de12a5f6dc', 'status': 1, 'users': ['admin@domain.tech'], 'actions': [{'type': 1, 'userid': 'admin@domain.tech'}]}
2022-06-28 16:57:06,597 [ERROR] onlyoffice:102 onlyoffice_editor_callback status 4: can not get doc_info from database by doc_key 595ffca854de12a5f6dc
2022-06-28 16:57:06,598 [INFO] onlyoffice:108 onlyoffice_editor_callback {'key': '595ffca854de12a5f6dc', 'status': 4, 'actions': [{'type': 0, 'userid': 'admin@domain.tech'}]}
Is it normal behavior? I saw, that OO delete doc_key from it’s database, then it can’t find the same doc_key.
Thanks