nextcloud / server

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

[Bug]: RuntimeException “No provider found for id files” in TeamManager.php #46339

Closed TroyMeyers closed 4 months ago

TroyMeyers commented 4 months ago

⚠️ This issue respects the following points: ⚠️

Bug description

RuntimeException thrown “No provider found for id files” from TeamManager.php even when Teams is disabled.

Steps to reproduce

Access any file

Expected behavior

No error generated upon accessing a file.

Installation method

Community Manual installation with Archive

Nextcloud Server version

29

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

MariaDB

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

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

Configuration report

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.forwestport.org",
            "forwestport.org",
            "66.179.252.68"
        ],
        "activity_expire_days": 90,
        "maintenance_window_start": 3,
        "simpleSignUpLink.shown": false,
        "default_phone_region": "US",
        "default_timezone": "America\/Los_Angeles",
        "logtimezone": "America\/Los_Angeles",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "skeletondirectory": "\/home\/forwestport\/domains\/cloud.forwestport.org\/nextcloud\/Skeleton",
        "templatedirectory": "\/home\/forwestport\/domains\/cloud.forwestport.org\/nextcloud\/Templates\/",
        "dbtype": "mysql",
        "version": "29.0.3.4",
        "overwrite.cli.url": "https:\/\/Cloud.ForWestport.org",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "theme": "",
        "loglevel": 2,
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "integrity.ignore.missing.app.signature.json": [
            "assets"
        ],
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379,
            "timeout": 0
        },
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memchace.locking": "\\OC\\Memcache\\Redis",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\BMP",
            "OC\\Preview\\GIF",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\Krita",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\MP3",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\PNG",
            "OC\\Preview\\TXT",
            "OC\\Preview\\XBitmap",
            " OC\\Preview\\PDF ",
            " OC\\Preview\\SVG ",
            " OC\\Preview\\HEIC ",
            " oc\\Preview\\MOV "
        ],
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
    }
}

List of activated Apps

Enabled:
  - activity: 2.21.1
  - admin_audit: 1.19.0
  - announcementcenter: 6.8.1
  - approval: 1.3.0
  - bruteforcesettings: 2.9.0
  - calendar: 4.7.10
  - cloud_federation_api: 1.12.0
  - comments: 1.19.0
  - contacts: 6.0.0
  - contactsinteraction: 1.10.0
  - dashboard: 7.9.0
  - dav: 1.30.1
  - end_to_end_encryption: 1.15.2
  - external: 5.4.0
  - federatedfilesharing: 1.19.0
  - files: 2.1.0
  - files_antivirus: 5.5.6
  - files_downloadlimit: 2.0.0
  - files_fulltextsearch: 29.0.0
  - files_pdfviewer: 2.10.0
  - files_reminders: 1.2.0
  - files_sharing: 1.21.0
  - files_trashbin: 1.19.0
  - files_versions: 1.22.0
  - groupfolders: 17.0.1
  - login_notes: 1.5.0
  - logreader: 2.14.0
  - lookup_server_connector: 1.17.0
  - metadata: 0.20.0
  - nextcloud_announcements: 1.18.0
  - notes: 4.10.0
  - notify_push: 0.6.12
  - oauth2: 1.17.0
  - password_policy: 1.19.0
  - photos: 2.5.0
  - polls: 7.1.3
  - provisioning_api: 1.19.0
  - recommendations: 2.1.0
  - related_resources: 1.4.0
  - richdocuments: 8.4.3
  - richdocumentscode: 24.4.402
  - serverinfo: 1.19.0
  - settings: 1.12.0
  - sharebymail: 1.19.0
  - stt_whisper: 1.0.8
  - systemtags: 1.19.0
  - tasks: 0.16.0
  - text: 3.10.1
  - theming: 2.4.0
  - theming_customcss: 1.16.0
  - thesearchpage: 1.2.7
  - twofactor_admin: 4.5.0
  - twofactor_backupcodes: 1.18.0
  - twofactor_nextcloud_notification: 3.9.0
  - twofactor_totp: 11.0.0-dev
  - updatenotification: 1.19.1
  - viewer: 2.3.0
  - workflow_pdf_converter: 1.14.0
  - workflowengine: 2.11.0
Disabled:
  - appointments: 2.1.6 (installed 2.1.6)
  - circles: 29.0.0-dev (installed 29.0.0-dev)
  - encryption: 2.17.0
  - event_update_notification: 2.4.0 (installed 2.4.0)
  - federation: 1.19.0 (installed 1.19.0)
  - files_accesscontrol: 1.19.1 (installed 1.19.1)
  - files_external: 1.21.0 (installed 1.21.0)
  - firstrunwizard: 2.18.0 (installed 2.17.0)
  - forms: 4.2.4 (installed 4.2.4)
  - fulltextsearch: 29.0.0 (installed 29.0.0)
  - libresign: 9.1.2 (installed 9.1.2)
  - mail: 3.7.2 (installed 3.7.2)
  - notifications: 2.17.0 (installed 2.17.0)
  - privacy: 1.13.0 (installed 1.13.0)
  - registration: 2.4.0 (installed 2.4.0)
  - richdocumentscode_arm64: 24.4.402
  - riotchat: 0.17.4 (installed 0.17.4)
  - side_menu: 3.13.0 (installed 3.13.0)
  - sms_relentless: 1.3.7 (installed 1.3.7)
  - snappymail: 2.36.4 (installed 2.36.4)
  - spreed: 19.0.4 (installed 19.0.4)
  - support: 1.12.0 (installed 1.11.0)
  - survey_client: 1.17.0 (installed 1.16.0)
  - suspicious_login: 7.0.0 (installed 7.0.0)
  - tables: 0.7.4 (installed 0.7.4)
  - user_ldap: 1.20.0
  - user_status: 1.9.0 (installed 1.9.0)
  - weather_status: 1.9.0 (installed 1.9.0)
  - workflow_ocr: 1.29.0 (installed 1.29.0)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"xZSbA5m423hB7Pv5iRAt","level":3,"time":"2024-07-05T10:52:14-07:00","remoteAddr":"104.28.116.42","user":"User Name","app":"no app in context","method":"GET","url":"/ocs/v2.php/teams/resources/files/7072","message":"No provider found for id files","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15","version":"29.0.3.4","exception":{"Exception":"RuntimeException","Message":"No provider found for id files","Code":0,"Trace":[{"file":"/public_html/lib/private/Teams/TeamManager.php","line":95,"function":"getProvider","class":"OC\\Teams\\TeamManager","type":"->"},{"file":"/public_html/core/Controller/TeamsApiController.php","line":84,"function":"getTeamsForResource","class":"OC\\Teams\\TeamManager","type":"->"},{"file":"/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":232,"function":"listTeams","class":"OC\\Core\\Controller\\TeamsApiController","type":"->"},{"file":"/public_html/lib/private/AppFramework/Http/Dispatcher.php","line":138,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/public_html/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/public_html/lib/private/Route/Router.php","line":338,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/public_html/ocs/v1.php","line":66,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/public_html/ocs/v2.php","line":23,"args":["/public_html/ocs/v1.php"],"function":"require_once"}],"File":"/public_html/lib/private/Teams/TeamManager.php","Line":77,"message":"No provider found for id files","exception":{},"CustomMessage":"No provider found for id files"}}

Additional info

No response

solracsf commented 4 months ago

This should fix it: https://github.com/nextcloud/server/pull/46163