nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.78k stars 4k forks source link

First default page on https://domaine.com/#app-navigation #21195

Closed Ludovicis closed 4 years ago

Ludovicis commented 4 years ago

How to use GitHub

Steps to reproduce

  1. update nextcloud from 19 RC1 to RC2

Expected behaviour

The first default page is the file app https://domaine.com/apps/files

Actual behaviour

The first default page is "https://domaine.com/#app-navigation

Server configuration

Operating system: Debian 9 Web server: Apache Database: Maria DB PHP version: PHP 7.4 Nextcloud version: (see Nextcloud admin page) 19 RC3 Updated from an older Nextcloud/ownCloud or fresh install: Updated

Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here.


No errors have been found.
</details>
kesselb commented 4 years ago

Added needs info because the issue template is incomplete. It seems your instance is still in the update process.

kesselb commented 4 years ago

There are a lot of apps enabled which are not prepared for Nextcloud 19 yet. Try to disable them.

dvino commented 4 years ago

There are a lot of apps enabled which are not prepared for Nextcloud 19 yet. Try to disable them.

I have the same problem after update from 18.04. I don`t have apps enabled which are not prepared for NC 19.

Steps to reproduce

Update Nextcloud server from 18.04 to 19.0

Expected behaviour

Defauld page must be 'defaultapp' => 'AppName',

Actual behaviour

Default page is https://domaine.com/#app-navigation

Server configuration detail

Operating system: Linux 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64

Webserver: nginx/1.18.0 (fpm-fcgi)

Database: pgsql PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit

PHP version:

7.4.6 Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, sodium, cgi-fcgi, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, json, exif, memcache, pdo_pgsql, pgsql, apc, posix, readline, redis, shmop, SimpleXML, smbclient, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, Phar, libsmbclient, Zend OPcache

Nextcloud version: 19.0.0 - 19.0.0.12

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

Where did you install Nextcloud from: unknown

Signing status Array ( )
List of activated apps ``` Enabled: - activity: 2.12.0 - apporder: 0.10.0 - bruteforcesettings: 1.6.0 - calendar: 2.0.3 - carnet: 0.22.0 - cloud_federation_api: 1.2.0 - comments: 1.9.0 - contacts: 3.3.0 - contactsinteraction: 1.0.0 - dav: 1.15.0 - deck: 1.0.2 - extract: 1.2.4 - federatedfilesharing: 1.9.0 - files: 1.14.0 - files_accesscontrol: 1.9.0 - files_external: 1.10.0 - files_pdfviewer: 1.8.0 - files_rightclick: 0.16.0 - files_sharing: 1.11.0 - files_trashbin: 1.9.0 - files_versions: 1.12.0 - files_videoplayer: 1.8.0 - groupfolders: 6.0.6 - impersonate: 1.6.0 - issuetemplate: 0.6.0 - lookup_server_connector: 1.7.0 - mail: 1.3.5 - maps: 0.1.6 - metadata: 0.11.1 - nextcloud_announcements: 1.8.0 - notifications: 2.7.0 - oauth2: 1.7.0 - ocdownloader: 1.7.7 - password_policy: 1.9.1 - photos: 1.1.0 - previewgenerator: 2.3.0 - privacy: 1.3.0 - provisioning_api: 1.9.0 - radio: 0.6.6 - ransomware_protection: 1.7.0 - settings: 1.1.0 - side_menu: 1.7.0 - spreed: 9.0.0 - tasks: 0.13.1 - text: 3.0.1 - theming: 1.10.0 - theming_customcss: 1.6.0 - twofactor_backupcodes: 1.8.0 - twofactor_gateway: 0.16.0 - twofactor_nextcloud_notification: 2.3.0 - twofactor_totp: 4.1.3 - updatenotification: 1.9.0 - viewer: 1.3.0 - workflowengine: 2.1.0 Disabled: - accessibility - admin_audit - audioplayer - bookmarks - breezedark - camerarawpreviews - cospend - documentserver_community - encryption - federation - files_downloadactivity - files_lock - files_markdown - files_trackdownloads - firstrunwizard - forms - logreader - notes - occweb - ocr - onlyoffice - recommendations - serverinfo - sharebymail - support - survey_client - systemtags - user_external - user_ldap - w2g2 ```
Configuration (config/config.php) ``` { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "version": "19.0.0.12", "dbtype": "pgsql", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbname": "***REMOVED SENSITIVE VALUE***", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "installed": true, "default_language": "ru", "force_language": "false", "default_locale": "ru_RU", "force_locale": "ru_RU", "defaultapp": "apporder", "knowledgebaseenabled": true, "allow_user_to_change_display_name": true, "remember_login_cookie_lifetime": 7776000, "session_lifetime": 86400, "session_keepalive": true, "token_auth_enforced": false, "auth.bruteforce.protection.enabled": true, "skeletondirectory": "core\/skeleton", "lost_password_link": "disabled", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpdebug": false, "mail_smtpmode": "smtp", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": 465, "mail_smtptimeout": 10, "mail_smtpsecure": "ssl", "mail_smtpauth": true, "mail_smtpauthtype": "LOGIN", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_template_class": "\\OC\\Mail\\EMailTemplate", "mail_send_plaintext_only": false, "mail_smtpstreamoptions": [], "mail_sendmailmode": "smtp", "trashbin_retention_obligation": "auto", "versions_retention_obligation": "auto", "appcodechecker": true, "updatechecker": true, "updater.server.url": "https:\/\/updates.nextcloud.com\/updater_server\/", "updater.release.channel": "stable", "has_internet_connection": true, "connectivity_check_domains": [ "www.nextcloud.com", "www.startpage.com", "www.eff.org", "www.edri.org" ], "check_for_working_wellknown_setup": true, "check_for_working_htaccess": true, "check_data_directory_permissions": true, "config_is_read_only": false, "log_type": "file", "logfile": "\/var\/log\/nextcloud.log", "logfilemode": 416, "loglevel": 2, "syslog_tag": "Nextcloud", "logdateformat": "d.m.Y H:i:s", "logtimezone": "Europe\/Moscow", "log_query": false, "log_rotate_size": 104857600, "appstoreenabled": true, "apps_paths": [ { "path": "\/var\/www\/nextcloud\/apps", "url": "\/apps", "writable": true } ], "enable_previews": true, "preview_max_x": 2048, "preview_max_y": 2048, "preview_max_filesize_image": 10, "enabledPreviewProviders": [ "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\HEIC", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown", "OC\\Preview\\Illustrator", "OC\\Preview\\SVG", "OC\\Preview\\TIFF" ], "sort_groups_by_name": false, "memcache.local": "\\OC\\Memcache\\Redis", "memcache.distributed": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379, "timeout": 0, "password": "***REMOVED SENSITIVE VALUE***", "dbindex": 0 }, "supportedDatabases": [ "pgsql" ], "tempdirectory": "\/tmp\/nextcloudtemp", "cipher": "AES-256-CFB", "memcache.locking": "\\OC\\Memcache\\Redis", "login_form_autocomplete": true, "secret": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/vinokurov.tk", "dbport": "", "app_install_overwrite": [ "radio", "ocdownloader", "issuetemplate" ], "maintenance": false, "theme": "", "has_rebuilt_cache": true, "updater.secret": "***REMOVED SENSITIVE VALUE***" } ```

Are you using external storage, if yes which one: local/smb/

Are you using encryption:

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

Client configuration

Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

Operating system:

Logs

Browser log main.js?v=8cd11b75-17:565 JQMIGRATE: Migrate is installed, version 1.4.1 2main.js?v=8cd11b75-17:1020 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. $ @ main.js?v=8cd11b75-17:1020 main.js?v=8cd11b75-17:1020 Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20 $ @ main.js?v=8cd11b75-17:1020 3main.js?v=8cd11b75-17:1020 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. $ @ main.js?v=8cd11b75-17:1020 notifications.js?v=8cd11b75-17:14 Notifications permissions not yet requested 18main.js?v=8cd11b75-17:1020 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. $ @ main.js?v=8cd11b75-17:1020 main.js?v=8cd11b75-17:489 session heartbeat polling started 83main.js?v=8cd11b75-17:1020 $ is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. $ @ main.js?v=8cd11b75-17:1020 3main.js?v=8cd11b75-17:1020 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. $ @ main.js?v=8cd11b75-17:1020 main.js?v=8cd11b75-17:1020 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. $ @ main.js?v=8cd11b75-17:1020 get @ main.js?v=8cd11b75-17:1020 (anonymous) @ sideMenu.js?v=8cd11b75-17:7 DevTools failed to load SourceMap: Could not parse content for https:///core/js/dist/main.js.map: Unexpected token < in JSON at position 0 DevTools failed to load SourceMap: Could not parse content for https:///apps/notifications/js/notifications.js.map: Unexpected token < in JSON at position 0 DevTools failed to load SourceMap: Could not parse content for https:///apps/files_videoplayer/js/main.js.map: Unexpected token < in JSON at position 0 DevTools failed to load SourceMap: Could not parse content for https:///apps/files_sharing/js/dist/main.js.map: Unexpected token < in JSON at position 0
kesselb commented 4 years ago

@dvino EDIT your comment and add the complete issue template.

Also for everyone else. Please use :+1: on the first comment if you have the same issue. Feel free to add a comment if you know a way how to reproduce this situation.

Thanks :+1:

dvino commented 4 years ago

Bug was at application radio. When it is disable all work right.

Ludovicis commented 4 years ago

Yes bug was at application radio. Thanks dvino Dvino can you delete my log on your first comment EDIT please thanks