You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the public link sharing option or the sharing by email option
Open the generated URL
Expected behaviour
You should be able to see the list of files in the shared folder
Actual behaviour
Nothing is shown on the screen. However, the download link is working and the ZIP file contains all the expected files.
The browser show the following error in the dev console:
Error 500 on the /public.php/webdav/ request
The nextcloud server shows the following error in the log:
{"reqId":"fT1NRO43Z5rH5obrxW9Q","level":3,"time":"2018-02-21T22:19:59+00:00","remoteAddr":"2001:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx","user":"--","app":"public","method":"PROPFIND","url":"\/public.php\/webdav\/","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"App not installed: \",\"Code\":0,\"Trace\":\"#0 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/public.php\",\"Line\":72}","userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/62.0.3202.89 Safari\/537.36","version":"13.0.0.14"}
Server configuration
Operating system: Debian 9.3
Web server: Caddy
Database: MySQL
PHP version: 7.0.19
Nextcloud version: 13.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 12
Where did you install Nextcloud from: From release (previous releases)
{"reqId":"fT1NRO43Z5rH5obrxW9Q","level":3,"time":"2018-02-21T22:19:59+00:00","remoteAddr":"2001:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx","user":"--","app":"public","method":"PROPFIND","url":"\/public.php\/webdav\/","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"App not installed: \",\"Code\":0,\"Trace\":\"#0 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/public.php\",\"Line\":72}","userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/62.0.3202.89 Safari\/537.36","version":"13.0.0.14"}
Browser log
Browser log
PROPFIND
XHR
https://xxx.xxxxxx.com/public.php/webdav/ [HTTP/2.0 500 Internal Server Error 1318 ms]
The text was updated successfully, but these errors were encountered:
This was at the end a bug in my Caddy webserver configurate. The rewrite public.php/* -> public.php?* was not configured properly.
Sorry for the noise.
Steps to reproduce
Expected behaviour
You should be able to see the list of files in the shared folder
Actual behaviour
Nothing is shown on the screen. However, the download link is working and the ZIP file contains all the expected files.
The browser show the following error in the dev console:
The nextcloud server shows the following error in the log:
Server configuration
Operating system: Debian 9.3
Web server: Caddy
Database: MySQL
PHP version: 7.0.19
Nextcloud version: 13.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 12
Where did you install Nextcloud from: From release (previous releases)
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: No
Are you using encryption: No
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox, chromium
Operating system: Debian
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: