Error message when opening/creating a document from update

Hello @monk79

onlyoffice' =>
  array (
   jwt_header' => 'AuthorizationJwt',
  ),

This part defines the custom JWT Token header on the Nextcloud side that allows you to avoid issues with integration of Document Server with your Nextcloud portal in case custom JWT header is used. You have declared this custom JWT header upon starting the container as environment variable JWT_HEADER:

Basically, if you didn’t declare JWT_HEADER, you wouldn’t have had to add this section to Nextcloud config.php at all.
So considering that, please do not mix JWT Token header and HTTP headers.

Regarding the usage of old parameters - no. We only have added new parameter that you’ve mentioned:

'jwt_leeway' => 10
)

This parameter allows you to set a permitted difference in time for JWT Token to be authorized if the general clock time between your Document Server and Nextcloud server differs. More about it you can read in this thread:
https://forum.onlyoffice.com/t/new-in-nextcloud-plugins-and-protection-access-control-jwt-leeway-setting-danish-interface-and-more/4374

Could you please share with us examples of the alerts that you receive?