When you create a public link from a folder you don't see the files

Nextcloud version : 16.0.6
Operating system and version : OpenSUSE 15
Apache or nginx version : Apache 2.4.33
PHP version : 7.2.5

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Share folder with or without password
  2. Share link and when you go request the password but do not list the files
    Request a username and password that does not correspond to any of the existing ones
  3. If you give download download the folder in a zip

I do not find errors in the log

thanks for the support

Apache-event, php-fpm
PHP-FPM can’t read .htaccess php settins
It must be included in the apache configuration
include /srv/www/htdocs/nextcloud/.htaccess

Hi @FRAN, can you be just a bit more discursive please?
How did you solve the problem?

In /var/www/htdocs/nextcloud/.htaccess you can find the settings for apache2-rewrite …
I think the webserver could not find or open the file.

If you want test ist move /var/www/htdocs/nextcloud/.htaccess to /var/www/htdocs/nextcloud/.htaccess.backup and open Nextcloud.

include /srv/www/htdocs/nextcloud/.htaccess

I think in normal settings you mut not set .htaccess.