Scss is disabled for share.scss

[/details]

Nextcloud version (eg, 12.0.2): NextCloud 13.0.5
Operating system and version (eg, Ubuntu 17.04): Armbian 5.58
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.25
PHP version (eg, 7.1): PHP 7.0

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Restart Apache2 or the system
  2. See the login page and log in
  3. Internal server error page

The output of your Nextcloud log in Admin > Logging:

{"reqId":"nMk64dGRjIAcThEmaCgx","level":0,"time":"2018-08-22T15:17:14+00:00","remoteAddr":"XXX.XXX.XXX.XXX","user":"XXX","app":"core","method":"GET","url":"\/nextcloud\/index.php\/login","message":"Scss is disabled for \/var\/www\/html\/nextcloud\/core\/css\/share.scss, ignoring","userAgent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"13.0.5.2"}

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'XXXXXXXXX',
  'passwordsalt' => 'XXXXXXXXXXXXXXXXXXXXXXX',
  'secret' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
  'trusted_domains' =>
  array (
    0 => 'XXX.XXX.XXX.XXX',
    1 => 'XXXX.XXX',
  ),
  'datadirectory' => '/media/usbhdd/NextCloud',
  'overwrite.cli.url' => 'http://XXX.XXX.XXX.XX/nextcloud',
  'dbtype' => 'mysql',
  'version' => '13.0.5.2',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc_Madin2',
  'dbpassword' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXX',
  'installed' => true,
  'theme' => '',
  'loglevel' => 0,
  'maintenance' => false,
);

The output of your Apache/nginx/system log in /var/log/____:

[Wed Aug 22 17:13:17.560332 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:18.562043 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:19.563552 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:20.565097 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:21.566601 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:22.568205 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:23.569812 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:24.571306 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:25.571914 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80
[Wed Aug 22 17:13:26.572921 2018] [core:warn] [pid 1720] (101)Network is unreachable: AH00056: connect to listener on [::]:80

@juliushaertl can you help with that?