Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Nextcloud not displaying big files uploaded through the web interface #45183

Closed
5 of 8 tasks
l3ochan opened this issue May 4, 2024 · 3 comments
Closed
5 of 8 tasks
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug needs info

Comments

@l3ochan
Copy link

l3ochan commented May 4, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

When I upload a big file, let's say 1Gb, through the web interface, it uploads but doesn't show the uploaded files after hours

Steps to reproduce

  1. Upload a big file >300Mb

Expected behavior

File should upload and be immediately useable

Installation method

Community Manual installation with Archive

Nextcloud Server version

28

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.1

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?

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.nekocorp.fr",
            "100.97.75.110",
            "ts.nekoserv.nekocorp.fr",
            "192.168.1.150",
            "office.nekocorp.fr",
            "onlyoffice.nekocorp.fr",
            "127.0.0.1"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "28.0.5.1",
        "overwrite.cli.url": "http:\/\/cloud.nekocorp.fr",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": "6379"
        },
        "default_phone_region": "FR",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpsecure": "ssl",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "app_install_overwrite": [
            "officeonline",
            "whiteboard",
            "files_antivirus",
            "googledocsredirect",
            "apporder",
            "integration_moodle",
            "group_default_quota",
            "keeporsweep",
            "files_mindmap",
            "printer",
            "integration_whiteboard",
            "video_converter",
            "carnet",
            "caniupdate",
            "impersonate",
            "ocsms",
            "hancomoffice",
            "wopi",
            "admin_notifications",
            "pdfdraw",
            "cfg_share_links",
            "shifts",
            "richdocumentscode",
            "files_downloadactivity",
            "camerarawpreviews",
            "hibp",
            "metadata",
            "externalportal",
            "extract",
            "files_downloadlimit",
            "circles"
        ],
        "maintenance": false,
        "theme": "",
        "loglevel": 0,
        "maintenance_window_start": "\u201c19\u201d",
        "updater.release.channel": "stable"
    }
}

List of activated Apps

Enabled:
  - activity: 2.20.0
  - admin_audit: 1.18.0
  - announcementcenter: 6.8.1
  - audioplayer: 3.4.1
  - bruteforcesettings: 2.8.0
  - calendar: 4.7.2
  - certificate24: 0.3.1
  - cfg_share_links: 5.1.0
  - checksum: 1.2.4
  - circles: 28.0.0
  - cloud_federation_api: 1.11.0
  - collectives: 2.10.1
  - comments: 1.18.0
  - contacts: 5.5.3
  - contactsinteraction: 1.9.0
  - dashboard: 7.8.0
  - dav: 1.29.1
  - deck: 1.12.2
  - drawio: 3.0.2
  - end_to_end_encryption: 1.14.5
  - event_update_notification: 2.4.0
  - external: 5.3.1
  - externalportal: 1.2.0
  - extract: 1.3.6
  - federatedfilesharing: 1.18.0
  - federation: 1.18.0
  - files: 2.0.0
  - files_accesscontrol: 1.18.0
  - files_antivirus: 5.5.0
  - files_downloadlimit: 1.2.0
  - files_pdfviewer: 2.9.0
  - files_reminders: 1.1.0
  - files_sharing: 1.20.0
  - files_trashbin: 1.18.0
  - files_versions: 1.21.0
  - forms: 4.2.3
  - impersonate: 1.15.0
  - integration_openai: 2.0.0
  - integration_reddit: 2.0.3
  - integration_youtube: 0.2.1
  - logreader: 2.13.0
  - lookup_server_connector: 1.16.0
  - mail: 3.6.0
  - notes: 4.10.0
  - notifications: 2.16.0
  - oauth2: 1.16.3
  - onlyoffice: 9.2.0
  - password_policy: 1.18.0
  - photos: 2.4.0
  - privacy: 1.12.0
  - provisioning_api: 1.18.0
  - quota_warning: 1.19.0
  - related_resources: 1.3.0
  - secrets: 1.5.2
  - serverinfo: 1.18.0
  - settings: 1.10.1
  - sharebymail: 1.18.0
  - side_menu: 3.12.0
  - sociallogin: 5.6.4
  - socialsharing_email: 3.1.0
  - spreed: 18.0.7
  - tables: 0.7.1
  - tasks: 0.15.0
  - terms_of_service: 2.4.0
  - text: 3.9.1
  - theming: 2.3.0
  - twofactor_admin: 4.5.0
  - twofactor_backupcodes: 1.17.0
  - twofactor_email: 2.7.4
  - twofactor_nextcloud_notification: 3.9.0
  - twofactor_totp: 10.0.0-beta.2
  - twofactor_webauthn: 1.4.0
  - updatenotification: 1.18.0
  - user_status: 1.8.1
  - viewer: 2.2.0
  - weather_status: 1.8.0
  - welcome: 1.1.0
  - workflowengine: 2.10.0
Disabled:
  - encryption: 2.16.0 (installed 2.16.0)
  - files_external: 1.20.0 (installed 1.20.0)
  - firstrunwizard: 2.17.0 (installed 2.17.0)
  - fulltextsearch: 28.0.1 (installed 28.0.1)
  - guests: 3.0.1 (installed 3.0.1)
  - integration_github: 2.0.7 (installed 2.0.7)
  - nextcloud_announcements: 1.17.0 (installed 1.17.0)
  - recommendations: 2.0.0 (installed 2.0.0)
  - support: 1.11.1 (installed 1.8.0)
  - survey_client: 1.16.0 (installed 1.16.0)
  - suspicious_login: 6.0.0 (installed 4.4.0)
  - systemtags: 1.18.0 (installed 1.15.0)
  - user_ldap: 1.19.0
  - workspace: 3.0.6

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

No logs related to this issue

Additional info

The files end up displaying, but they take, depending on the size, from minutes to almost half a day for a 4gig file. This makes suing nextcloud to share files tricky.

@l3ochan l3ochan added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels May 4, 2024
@joshtrichards
Copy link
Member

joshtrichards commented May 4, 2024

The files end up displaying, but they take, depending on the size, from minutes to almost half a day for a 4gig file. This makes suing nextcloud to share files tricky.

I cannot reproduce this behavior. And I'm fairly certain when we'd hearing screams across the issues and forums if this was the case (but anything is possible).

    "loglevel": 0,

With logging this verbose I'm not sure you'll even be able to see any normal warnings amid the noise. Might want to change this to 1 or 2 then see what appears in the logs during these upload transactions.

With the behavior you're describing perhaps its one of your apps that does file post-upload processing. Anti-virus comes to mind.

Have you looked at server-side resource usage during these upload transactions to try to get an idea of what might be going on?

Since this isn't reproducible, I suggest you post at the Help Forum - https://help.nextcloud.com

@l3ochan
Copy link
Author

l3ochan commented May 4, 2024

Thanks for your reply, there is no log output, even with log level set to 2 and debug mode active. Disabling AV app doesn't change anything.

@l3ochan
Copy link
Author

l3ochan commented May 4, 2024

It turned out to be the AV, the issue is fixed

@l3ochan l3ochan closed this as completed May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug needs info
Projects
None yet
Development

No branches or pull requests

2 participants