We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be file and folder icons (Owncloud runs fine, for example)
All file and folder icons are now white, not-existant, in the file app.
Operating system: Debian GNU/Linux (testing branch)
Web server: nginx 1.10.2
Database: MariaDB 10.0.28
PHP version: 7.0.14-2
Nextcloud version: (see Nextcloud admin page) 11.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: Unofficial Debian repository
Signing status:
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
{ "system": { "instanceid": "SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "SENSITIVE VALUE" ], "datadirectory": "*SENSITIVE VALUE*/nextcloud", "overwrite.cli.url": "https://SENSITIVE VALUE/nextcloud", "dbtype": "mysql", "version": "11.0.0.10", "dbname": "nextcloud", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "logtimezone": "UTC", "installed": true, "updater.release.channel": "stable", "memcache.local": "\OC\Memcache\APCu" } }
Not using encryption nor external storage. Fresh install to test Nextcloud and use it instead of Owncloud.
Browser: Chrome/Firefox (latest)
Operating system: Windows 10 Pro x64
The text was updated successfully, but these errors were encountered:
Sorry, I solved, issue due to nginx internal configuration.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Expected behaviour
There should be file and folder icons (Owncloud runs fine, for example)
Actual behaviour
All file and folder icons are now white, not-existant, in the file app.
Server configuration
Operating system: Debian GNU/Linux (testing branch)
Web server: nginx 1.10.2
Database: MariaDB 10.0.28
PHP version: 7.0.14-2
Nextcloud version: (see Nextcloud admin page) 11.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: Unofficial Debian repository
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Enabled:
Disabled:
The content of config/config.php:
Config report
{
"system": {
"instanceid": "SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"SENSITIVE VALUE"
],
"datadirectory": "*SENSITIVE VALUE*/nextcloud",
"overwrite.cli.url": "https://SENSITIVE VALUE/nextcloud",
"dbtype": "mysql",
"version": "11.0.0.10",
"dbname": "nextcloud",
"dbhost": "localhost",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\APCu"
}
}
Not using encryption nor external storage. Fresh install to test Nextcloud and use it instead of Owncloud.
Client configuration
Browser: Chrome/Firefox (latest)
Operating system: Windows 10 Pro x64
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
EmptyBrowser log
The text was updated successfully, but these errors were encountered: