docker-nextcloud
docker-nextcloud copied to clipboard
Error at initial configuration
Hi,
first of all thank you for the awesome image!
I tried to setup a fresh installation but ran into an error. Log output:
Enabling Snuffleupagus...
Starting automatic configuration...
Automatic configuration finished.
Nextcloud is not installed - only a limited number of commands are available
There are no commands defined in the "app" namespace.
Exception: Not installed in /nextcloud/lib/base.php:281
Stack trace:
#0 /nextcloud/lib/base.php(697): OC::checkInstalled(Object(OC\SystemConfig))
#1 /nextcloud/lib/base.php(1164): OC::init()
#2 /nextcloud/cron.php(43): require_once('/nextcloud/lib/...')
#3 {main}
{
"reqId": "3R5ysfM84Jmj0g3oWsdQa",
"level": 3,
"time": "2023-04-15T20:56:53+00:00",
"remoteAddr": "",
"user": "--",
"app": "cron",
"method": "",
"url": "--",
"message": "Not installed",
"userAgent": "--",
"version": "",
"exception": {
"Exception": "Exception",
"Message": "Not installed",
"Code": 0,
"Trace": [{
"file": "/nextcloud/lib/base.php",
"line": 697,
"function": "checkInstalled",
"class": "OC",
"type": "::",
"args": [
["OC\\SystemConfig"]
]
}, {
"file": "/nextcloud/lib/base.php",
"line": 1164,
"function": "init",
"class": "OC",
"type": "::",
"args": []
}, {
"file": "/nextcloud/cron.php",
"line": 43,
"args": ["/nextcloud/lib/base.php"],
"function": "require_once"
}],
"File": "/nextcloud/lib/base.php",
"Line": 281,
"CustomMessage": "--"
}
}
I found some somewhat related issues (1, 2, 3) but still can't get it to work. Any idea what's going wrong?