Closed 2yzal closed 2 weeks ago
Example file tree: /images/jpgs/*.jpg, i.e. I have top-level folder named images, 2nd-level subfolder named jpgs, and some images in it.
When I enter /images/jpgs, click on image, and then close it by pressing Esc/clicking on "X" - all goes ok. When I enter /images/jpgs, click on image and then go to another image in this folder by pressing Left/Right button or clicking on left/right arrows - URL in browser address bar changes from https://cloud.example.com/apps/files/files/896811?dir=/images/jpgs&openfile=true to https://cloud.example.com/apps/files/?openfile=true, and when I close image - my current folder changes to top-level directory.
30.0.0 did not have this issue.
Folder should not change.
30
Debian/Ubuntu
PHP 8.1
Nginx
PostgreSQL
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
None
{ "system": { "memcache.local": "\OC\Memcache\Redis", "memcache.locking": "\OC\Memcache\Redis", "memcache.distributed": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 0 }, "apps_paths": [ { "path": "\/var\/www\/nextcloud\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/www\/nextcloud\/custom_apps", "url": "\/custom_apps", "writable": true } ], "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "localhost", "*" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "pgsql", "version": "30.0.1.2", "overwrite.cli.url": "http:\/\/localhost", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "instanceid": "REMOVED SENSITIVE VALUE", "maintenance": false, "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "smtp", "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", "loglevel": 1, "default_phone_region": "RU", "theme": "", "maintenance_window_start": 1 } }
Enabled:
No errors have been found.
No response
I can reproduce on c.nc.c
Same as #48913?
Seems to. And as far as I remember that this issue was present in 29 and disappeared in 30.0.0, but reappeared in 30.0.1
Duplicate of #48913
⚠️ This issue respects the following points: ⚠️
Bug description
Example file tree: /images/jpgs/*.jpg, i.e. I have top-level folder named images, 2nd-level subfolder named jpgs, and some images in it.
When I enter /images/jpgs, click on image, and then close it by pressing Esc/clicking on "X" - all goes ok. When I enter /images/jpgs, click on image and then go to another image in this folder by pressing Left/Right button or clicking on left/right arrows - URL in browser address bar changes from https://cloud.example.com/apps/files/files/896811?dir=/images/jpgs&openfile=true to https://cloud.example.com/apps/files/?openfile=true, and when I close image - my current folder changes to top-level directory.
30.0.0 did not have this issue.
Steps to reproduce
Expected behavior
Folder should not change.
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
{ "system": { "memcache.local": "\OC\Memcache\Redis", "memcache.locking": "\OC\Memcache\Redis", "memcache.distributed": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 0 }, "apps_paths": [ { "path": "\/var\/www\/nextcloud\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/www\/nextcloud\/custom_apps", "url": "\/custom_apps", "writable": true } ], "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "localhost", "*" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "pgsql", "version": "30.0.1.2", "overwrite.cli.url": "http:\/\/localhost", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "instanceid": "REMOVED SENSITIVE VALUE", "maintenance": false, "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "smtp", "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", "loglevel": 1, "default_phone_region": "RU", "theme": "", "maintenance_window_start": 1 } }
List of activated Apps
Enabled:
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
No response
Additional info
No response