Close Image Preview after using the "Next Image" button

Nextcloud version: 30.0.1
Operating system and version: Linux 3.10.0-962.3.2.lve1.5.83.el7.x86_64 x86_64
Apache or nginx version: Apache (litespeed)
PHP version: 8.2.24

The issue you are facing:
From files, after opening a folder with a few images, clicking on the first image to open in full screen, then clicking the arrow to go to the next image, the escape button and the X use to take me back to the folder that I had opened. Now it takes me back to the root view of folders.

Is this the first time you’ve seen this error?: Y, after upgrading to 30.

Steps to replicate it:

  1. Open a sub-folder with images
  2. Click to open an image
  3. Click the next arrow to go to the next image
  4. Click the X or press escape button on keyboard
  5. You are returned to the root folder instead of the folder that the images are in.

The output of your Nextcloud log in Admin > Logging:

NOTHING HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "mpnc.myusa.cloud"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "30.0.1.2",
    "overwrite.cli.url": "https:\/\/mpnc.myusa.cloud",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "theme": "",
    "maintenance": false,
    "log_rotate_size": 104857600,
    "versions_retention_obligation": "15, 31",
    "trashbin_retention_obligation": "30, 45",
    "memcache.local": "\\OC\\Memcache\\Redis",
    "memcache.distributed": "\\OC\\Memcache\\Redis",
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 6379
    },
    "default_phone_region": "US",
    "enable_previews": true,
    "preview_max_memory": 256,
    "loglevel": 2,
    "filelocking.enabled": false,
    "app_install_overwrite": [
        "files_texteditor"
    ],
    "mail_smtpmode": "sendmail",
    "mail_sendmailmode": "smtp",
    "bulkupload.enabled": false,
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "587",
    "mail_smtpauth": 1,
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "maintenance_window_start": 9
}

The output of your Apache/nginx/system log in /var/log/____:

Could not locate as this is a hosted env.

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

No errors.

I have the same problem! Exactly the same NC and php version. Any suggestions?

The only thing I have come up with is to expand the folders on the left hand side. Then when NC takes you back to the wrong folder, at least you can get back into the sub-folder you were just looking at easier by just clicking on the folder on the left hand side. I do hope that this will get fixed. Not taking you back to the folder you were just looking at is really bad user experience.

Can confirm that bug, I’m also affected (Nextcloud 30.0.1)

in version 30.0.2 the problem was fixed

2 Likes

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.