Is it the content of onlyoffice database? Please make sure to run those commands as they are listed. If it is really content of onlyoffice database then it makes sense that Document Server cannot operate.
To drop the database you can use following command from host (without starting interactive session):
Please prepare server backup or snapshot before running this command to have possibility to rollback server to its previous state if this database somehow contains important info.
After dropping database, please re-create it with:
After that restart Document Server services with systemctl restart ds-* and check the situation again.
Even though I did it again, the result was
(You are trying to perform an action you do not have rights for.Please contact your Document Server administrator)
Please set up rejectUnauthorized parameter in default.json config from directory /etc/onlyoffice/documentserver/ to false, restart Document Server services with systemctl restart ds-* and check the situation.
If any error occurs, please provide fresh logs and local.json config for analysis.
Hello Constantine,
I saw the same problem in a different article and ran this command (bash documentserver-update-securelink.sh)
The problem has been solved, thank you for your support.
Are you integrating Document Server with another app or it is prompted in the integrated test example of Document Server? In general, this error appears when incorrect JWT credentials are used between Document Server and application it is integrated with. You can find secret and header of JWT in local.json config of Document Server in token section.
Please note that this is completely another topic from the original one of this post. Consider creating separate post with description of the application you want integrate Document Server with, i.e. specify if this application is from the list of ready-to-go solutions or with your own storage application and what problems do you experience.
By the way, recently I have posted a reply with information about integration of Document Server with personal storage application, you might want to check it out:
I believe original issue was resolved so I will close this post as solved. Feel free to contact me via PM if I’m mistaken.