I open my file from /var/www/html/nextcloud/data because I no longer have access to my Web instance.
I use the command “tail -f /var/www/html/nextcloud/data/nextcloud.log | jq” to open nextcloud.log
I get this
“reqId”: “FdSwY2lyALT8tl5qROkT”,
“level”: 3,
“time”: “2023-10-03T14:58:24+00:00”,
“remoteAddr”: “192.168.1.1”,
“user”: “–”,
“app”: “core”,
“method”: “GET”,
“url”: “/index.php/204”,
“message”: “Redis server went away”,
“userAgent”: “Mozilla/5.0 (Windows) mirall/3.10.0stable-Win64 (build 20230915) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)”,
“version”: “27.1.1.0”,
“exception”: {
“Exception”: “RedisException”,
“Message”: “Redis server went away”,
“Code”: 0,
“Trace”: [
{
“file”: “/var/www/html/nextcloud/lib/private/Memcache/Redis.php”,
“line”: 72,
“function”: “get”,
“class”: “Redis”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/lib/private/L10N/Factory.php”,
“line”: 346,
“function”: “get”,
“class”: “OC\Memcache\Redis”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/lib/private/L10N/Factory.php”,
“line”: 483,
“function”: “findAvailableLanguages”,
“class”: “OC\L10N\Factory”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/lib/private/L10N/Factory.php”,
“line”: 219,
“function”: “getLanguageFromRequest”,
“class”: “OC\L10N\Factory”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/lib/public/Util.php”,
“line”: 227,
“function”: “findLanguage”,
“class”: “OC\L10N\Factory”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/lib/private/legacy/OC_Template.php”,
“line”: 111,
“function”: “addTranslations”,
“class”: “OCP\Util”,
“type”: “::”
},
{
“file”: “/var/www/html/nextcloud/lib/private/legacy/OC_Template.php”,
“line”: 77,
“function”: “initTemplateEngine”,
“class”: “OC_Template”,
“type”: “::”
},
{
“file”: “/var/www/html/nextcloud/lib/private/legacy/OC_Template.php”,
“line”: 321,
“function”: “__construct”,
“class”: “OC_Template”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/index.php”,
“line”: 74,
“function”: “printExceptionErrorPage”,
“class”: “OC_Template”,
“type”: “::”
}
],
“File”: “/var/www/html/nextcloud/lib/private/Memcache/Redis.php”,
“Line”: 72,
“CustomMessage”: “–”
And then I don’t know what to do