Hi. I installed Onlyofflice stricly following documentation for Redhat and derivatives (no docker). It installed fine, but now it complains about the token to be improperly formed. I tried to meddle with local.json without any luck. Right after the installation and configuration using configure script this file looks like that:
{
“services”: {
“CoAuthoring”: {
“sql”: {
“dbHost”: “localhost”,
“dbName”: “onlyoffice”,
“dbUser”: “onlyoffice”,
“dbPass”: “REDACTED”
},
“redis”: {
“host”: “localhost”
},
“token”: {
“enable”: {
“request”: {
“inbox”: false,
“outbox”: false
},
“browser”: false
},
“inbox”: {
“header”: “Authorization”
},
“outbox”: {
“header”: “Authorization”
}
},
“secret”: {
“inbox”: {
“string”: “secret”
},
“outbox”: {
“string”: “secret”
},
“session”: {
“string”: “secret”
}
}
}
},
“rabbitmq”: {
“url”: “amqp://guest:guest@localhost”
}
}
I have passwd JWT_SECRET to Seafile config, but it also doesn’t work.
From what I understood from the docks that secret should be in the local.json. So it seems it is not generated after installation. Help please.