nextcloud / server

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

[Bug]: Shared by a link videos cannot be played #48609

Closed RTechSn closed 2 weeks ago

RTechSn commented 2 weeks ago

⚠️ This issue respects the following points: ⚠️

Bug description

Opening shared with a link videos result in "Error loading".

Image Image

Steps to reproduce

  1. Share a video with a public link
  2. Open the link

Expected behavior

Video player should appear

Nextcloud Server version

30

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.3

Web server

Apache (supported)

Database engine version

PostgreSQL

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?

Configuration report

{ "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "nextcloud.SENSITIVE.com" ], "trusted_proxies": "REMOVED SENSITIVE VALUE", "session_keepalive": true, "allow_local_remote_servers": true, "overwritehost": "nextcloud.SENSITIVE.com", "overwriteprotocol": "https", "overwrite.cli.url": "http:\/\/nextcloud.SENSITIVE.com", "htaccess.RewriteBase": "\/", "preview_concurrency_all": 4, "skeletondirectory": "\/mnt\/storage\/nextcloud\/skeleton", "defaultapp": "files", "logtype": "file", "loglevel": 3, "logdateformat": "F d, Y H:i:s", "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "pgsql", "version": "30.0.0.14", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "filelocking.enabled": false, "memcache.local": "\OC\Memcache\APCu", "memcache.distributed": "\OC\Memcache\Redis", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 0 }, "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_sendmailmode": "smtp", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpauth": 1, "mail_smtpport": "465", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "filesystem_check_changes": 1, "maintenance": false, "maintenance_window_start": 1, "theme": "", "app_install_overwrite": [ "mindmap_app", "onlyoffice", "passwords", "files_rightclick" ] } }

List of activated Apps

Enabled:

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

No relevant records

Additional info

Both Firefox and Chromium browsers

joshtrichards commented 2 weeks ago

Duplicate of #48475

RTechSn commented 2 weeks ago

Apologies, failed to find it.