Skip to content

Files are not loading. Everything else works fine. #12521

@Chicken-DEV

Description

@Chicken-DEV

Steps to reproduce

  1. I
  2. Don't
  3. Know

Expected behaviour

I should be able to see all the files, that I uploaded/were generated by Nextcloud.

Actual behaviour

It's just loading. Everything else (settings, apps etc.) works fine.

Server configuration

Operating system: Debian 4.9.130-2

Web server: Apache 2.4.25 nginx/1.13.8

Database: MySQL

PHP version: PHP 7.2.12-1+020181112102304.11+stretch1.gbp55f215

Nextcloud version: 14.03

Updated from an older Nextcloud/ownCloud or fresh install: fresh install

Where did you install Nextcloud from: I installed it on my Plesk server using this link: https://download.nextcloud.com/server/installer/setup-nextcloud.php

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Cannot write into "config" directory!
This can usually be fixed by giving the webserver write access to the config directory
See https://docs.nextcloud.com/server/14/go.php?to=admin-dir_permissions

Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.
See https://docs.nextcloud.com/server/14/go.php?to=admin-config

Nextcloud configuration:

Config report
<?php
$CONFIG = array (
  'instanceid' => '*****',
  'passwordsalt' => '*****',
  'secret' => '*****',
  'trusted_domains' => 
  array (
    0 => 'cloud.<IP>.net',
  ),
  'datadirectory' => '/var/www/vhosts/<IP>.net/cloud.<IP>.net/data',
  'dbtype' => 'mysql',
  'version' => '14.0.3.0',
  'overwrite.cli.url' => 'https://cloud.<IP>.net/nextcloud',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nextcloud',
  'dbpassword' => '*****',
  'installed' => true,
);

Are you using external storage, if yes which one: No

Are you using encryption: no

Are you using an external user-backend, if yes which one: No

Client configuration

Browser: Chrome 70.0.3538.102 /Brave 0.25.2

Operating system: Windows 10

Logs

Web server error log

Web server error log
https://gist.githubusercontent.com/Chicken-DEV/a8ee669e4a505a4eff66cc5d93ac1758/raw/51d6beb67be25a6d91a0b56454b5a6112d424dd2/gistfile1.txt

Nextcloud log (data/nextcloud.log)

Nextcloud log
Ihttps://gist.githubusercontent.com/Chicken-DEV/b426236715227b9a3fe6e84a9465fef5/raw/c4f34a3a36b387dec3c7d5a1a266bce7bb559b78/gistfile1.txt

Browser log

Browser log
core.js?v=b23a5963-0:7 JQMIGRATE: Migrate is installed, version 1.4.0
6Refused to load the font '<URL>' because it violates the following Content Security Policy directive: "font-src 'self'".

(index):1 Failed to load resource: the server responded with a status of 403 ()
client.js?v=b23a5963-0:431 Uncaught (in promise) TypeError: Cannot read property 'getElementsByTagNameNS' of null
    at Client._getSabreException (client.js?v=b23a5963-0:431)
    at client.js?v=b23a5963-0:495
/nextcloud/index.php/apps/firstrunwizard/wizard:1 Failed to load resource: the server responded with a status of 403 ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions