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
After Upgrading to CE 8.0.2 (from 7.1.5) OnlyOffice integration is broken when secured via security token.
Configuration in seahub_settings.py: ONLYOFFICE_JWT_SECRET = ‘mySecret’
OnlyOffice is deployed using docker with a custom local.json where the security token is defined.
Accessing an office dokument from Seafile web interface leads to an error message 'The documents security token is not correct. Please contact your system administrator.'
OnlyOffice integration with disabled security token still works.
The text was updated successfully, but these errors were encountered:
After Upgrading to CE 8.0.2 (from 7.1.5) OnlyOffice integration is broken when secured via security token.
Configuration in seahub_settings.py:
ONLYOFFICE_JWT_SECRET = ‘mySecret’
OnlyOffice is deployed using docker with a custom local.json where the security token is defined.
Accessing an office dokument from Seafile web interface leads to an error message 'The documents security token is not correct. Please contact your system administrator.'
OnlyOffice integration with disabled security token still works.
The text was updated successfully, but these errors were encountered: