Onlyoffice problem with seafile.db

Hello,
i have a problem with seafile and onlyoffice. Both runs with separete subdomains on my synology via docker.
Seafile runs since a few months in version 8. I update this week to version 10 without any problems.
Now i want to test onlyoffice to edit files online. Onlyoffice runs and i can see …/welcome page and …/healtcheck show “true”. So i think there is no problem.
But i can’t edit files with onlyoffice. If i open a document onyloffice says ever “Document couldn’t save…” and i am unable to find my mistake.
The only thing i have find was the log file onlyoffice.log in /seafile/shared/seafile/logs.
Every time i try to open an office file show the follow entries

2023-06-13 17:46:07,289 [INFO] onlyoffice:91 get_onlyoffice_dict … open file /test.ods.xlsx in repo 002eb3eb-9bc0-407f-850c-c243dc616ef7 with can_edit True
2023-06-13 17:46:07,300 [ERROR] onlyoffice:47 get_doc_key_by_repo_id_file_path (1146, “Table ‘seahub_db.onlyoffice_onlyofficedockey’ doesn’t exist”)
2023-06-13 17:46:07,301 [INFO] onlyoffice:31 generate_onlyoffice_doc_key generate new doc_key 0d9d260947402e863b6f by repo_id 002eb3eb-9bc0-407f-850c-c243dc616ef7 file_path /test.ods.xlsx file_id a8bed5bb0cdbd4e5bcbbb7c01777079935243aea
2023-06-13 17:46:07,304 [ERROR] onlyoffice:77 save_doc_key (1146, “Table ‘seahub_db.onlyoffice_onlyofficedockey’ doesn’t exist”)
2023-06-13 17:46:07,304 [INFO] onlyoffice:134 get_onlyoffice_dict save doc_key 0d9d260947402e863b6f to database
2023-06-13 17:46:09,816 [ERROR] onlyoffice:63 get_file_info_by_doc_key (1146, “Table ‘seahub_db.onlyoffice_onlyofficedockey’ doesn’t exist”)
2023-06-13 17:46:09,816 [WARNING] onlyoffice:102 onlyoffice_editor_callback status 1: can not get doc_info from database by doc_key 0d9d260947402e863b6f
2023-06-13 17:46:09,817 [ERROR] onlyoffice:106 onlyoffice_editor_callback status 1: can not get doc_info from cache by doc_key 0d9d260947402e863b6f
2023-06-13 17:46:09,817 [INFO] onlyoffice:107 onlyoffice_editor_callback {‘key’: ‘0d9d260947402e863b6f’, ‘status’: 1, ‘users’: [‘userid’], ‘actions’: [{‘type’: 1, ‘userid’: ‘userid’}], ‘token’: …
2023-06-13 17:46:15,752 [ERROR] onlyoffice:63 get_file_info_by_doc_key (1146, “Table ‘seahub_db.onlyoffice_onlyofficedockey’ doesn’t exist”)
2023-06-13 17:46:15,752 [WARNING] onlyoffice:102 onlyoffice_editor_callback status 4: can not get doc_info from database by doc_key 0d9d260947402e863b6f
2023-06-13 17:46:15,752 [ERROR] onlyoffice:106 onlyoffice_editor_callback status 4: can not get doc_info from cache by doc_key 0d9d260947402e863b6f
2023-06-13 17:46:15,753 [INFO] onlyoffice:107 onlyoffice_editor_callback {‘key’: ‘0d9d260947402e863b6f’, ‘status’: 4, ‘actions’: [{‘type’: 0, ‘userid’: ‘userid’}], ‘token’: …

Can anybody help me to run onlyoffice so that i can edit online files?
Thanks!