Skip to content

[Bug]: Clicking a folder in the Tags view redirects to home folder view #39735

Description

@dwaxweiler

⚠️ This issue respects the following points: ⚠️

Bug description

Clicking a folder in the Tags view displays its content for a very brief moment and immediately redirects you to the home folder view of the Files app.

Steps to reproduce

  1. Create a folder in the Files app.
  2. Tag a folder.
  3. Click "Tags" in the left sidebar.
  4. Select the tag used in step 2 in the drop-down menu.
  5. Click the folder created in step 1.

Expected behavior

Clicking a folder in the Tags view displays its content. Nothing more should happen.

Installation method

Community Web installer on a VPS or web space

Nextcloud Server version

27

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.1

Web server

Nginx

Database engine version

MySQL

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.removed.net",
"www.cloud.removed.net"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "27.0.1.2",
"overwrite.cli.url": "https:\/\/cloud.removed.net",
"overwritehost": "cloud.removed.net",
"overwriteprotocol": "https",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"proxy": "***REMOVED SENSITIVE VALUE***",
"proxyexclude": [
"***REMOVED SENSITIVE VALUE***"
],
"connectivity_check_domains": [
"www.nextcloud.com",
"www.edri.org"
],
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"app_install_overwrite": [
"apporder",
"groupfolders",
"socialsharing_email"
],
"maintenance": false,
"twofactor_enforced": "false",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpdebug": true,
"theme": "",
"loglevel": 2,
"logfile": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"updater.release.channel": "stable",
"default_phone_region": "***REMOVED SENSITIVE VALUE***",
"trashbin_retention_obligation": "28, 30",
"data-fingerprint": "11f460aa0538f25a35395a835d034975",
"versions_retention_obligation": "auto, 180",
"preview_max_x": 2048,
"preview_max_y": 2048,
"preview_max_scale_factor": 1
}
}

List of activated Apps

Enabled:
- activity: 2.19.0
- admin_audit: 1.17.0
- apporder: 0.15.0
- bruteforcesettings: 2.7.0
- calendar: 4.4.4
- circles: 27.0.1
- cloud_federation_api: 1.10.0
- comments: 1.17.0
- contacts: 5.3.2
- contactsinteraction: 1.8.0
- dav: 1.27.0
- deck: 1.10.0
- federatedfilesharing: 1.17.0
- federation: 1.17.0
- files: 1.22.0
- files_automatedtagging: 1.17.0
- files_linkeditor: 1.1.16
- files_mindmap: 0.0.28
- files_pdfviewer: 2.8.0
- files_rightclick: 1.6.0
- files_sharing: 1.19.0
- files_trashbin: 1.17.0
- files_versions: 1.20.0
- firstrunwizard: 2.16.0
- forms: 3.3.1
- groupfolders: 15.0.1
- logreader: 2.12.0
- lookup_server_connector: 1.15.0
- metadata: 0.19.0
- nextcloud_announcements: 1.16.0
- notifications: 2.15.0
- oauth2: 1.15.1
- password_policy: 1.17.0
- polls: 5.2.0
- privacy: 1.11.0
- provisioning_api: 1.17.0
- quota_warning: 1.17.0
- recommendations: 1.6.0
- related_resources: 1.2.0
- richdocuments: 8.1.0
- serverinfo: 1.17.0
- settings: 1.9.0
- sharebymail: 1.17.0
- socialsharing_email: 2.6.0
- spreed: 17.0.3
- systemtags: 1.17.0
- tables: 0.5.1
- tasks: 0.15.0
- text: 3.8.0
- theming: 2.2.0
- twofactor_backupcodes: 1.16.0
- twofactor_totp: 9.0.0
- updatenotification: 1.17.0
- user_status: 1.7.0
- viewer: 2.1.0
- weather_status: 1.7.0
- workflowengine: 2.9.0
Disabled:
- dashboard: 7.7.0 (installed 6.0.0)
- encryption: 2.15.0
- extract: 1.3.6 (installed 1.3.6)
- files_external: 1.19.0
- files_markdown: 2.4.1 (installed 2.4.1)
- notes: 4.8.1 (installed 4.8.1)
- photos: 2.3.0 (installed 1.2.3)
- ransomware_protection: 1.14.0 (installed 1.14.0)
- support: 1.10.0 (installed 1.0.0)
- survey_client: 1.15.0 (installed 1.4.0)
- suspicious_login: 5.0.0
- user_ldap: 1.17.0

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

no message logged for this issue

Additional info

Browser console errors

XHRPROPFIND
https://cloud.removed.net/remote.php/dav/files/dawa/17
[HTTP/2 404 Not Found 90ms]
XHRGET
https://cloud.removed.net/ocs/v2.php/apps/text/workspace?path=/Talk
[HTTP/2 404 Not Found 96ms]
Content-Security-Policy: The page's settings blocked the loading of a resource at inline ("script-src"). content.js:40:10
GET
https://cloud.removed.net/apps/socialsharing_email/css/socialsharingemail.css?v=783c3f18-34
Content-Security-Policy: The page's settings blocked the loading of a resource at inline ("script-src").
Source: event.preventDefault() 12 files

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions