If I open files (https://{myserver}/cloud/apps/files/) I get an error message in the frontend and in the log files.
{
"reqId": "dTAVgll8jEqEs6DIUgc8",
"level": 3,
"time": "2020-04-27T09:28:01+00:00",
"remoteAddr": "172.17.0.1",
"user": "mburchard",
"app": "remote",
"method": "GET",
"url": "/cloud/remote.phpp/dav/files/mburchard/",
"message": {
"Exception": "Sabre\\DAV\\Exception\\Forbidden",
"Message": "Requested uri (/cloud/remote.phpp/dav/files/mburchard/) is out of base uri (/cloud/remote.php/dav/)",
"Code": 0,
"Trace": [{
"file": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 549,
"function": "calculateUri",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": ["/cloud/remote.phpp/dav/files/mburchard/"]
}, {
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 325,
"function": "getRequestUri",
"class": "Sabre\\DAV\\Server",
"type": "->",
"args": []
}, {
"file": "/var/www/html/apps/dav/lib/Server.php",
"line": 151,
"function": "requestIsForSubtree",
"class": "OCA\\DAV\\Server",
"type": "->",
"args": [
["calendars", "public-calendars", "system-calendars", "principals"]
]
}, {
"file": "/var/www/html/apps/dav/appinfo/v2/remote.php",
"line": 34,
"function": "__construct",
"class": "OCA\\DAV\\Server",
"type": "->",
"args": [{
"__class__": "OC\\AppFramework\\Http\\Request"
}, "/cloud/remote.php/dav/"]
}, {
"file": "/var/www/html/remote.php",
"line": 165,
"args": ["/var/www/html/apps/dav/appinfo/v2/remote.php"],
"function": "require_once"
}],
"File": "/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php",
"Line": 588,
"CustomMessage": "--"
},
"userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
"version": "18.0.4.2"
}
I checked the network analysis in Firefox and found the request for: https://{myserver}/cloud/remote.php/dav/files/mburchard/
Every time I open this request in the browser directly I see the error message in the log.
For whatever reason something generates an additional p in remote.php
The URL https://{myserver}/cloud/remote.php/dav/files/mburchard/ should work
The URL https://{myserver}/cloud/remote.php/dav/files/mburchard/ is changed to https://{myserver}/cloud/remote.phpp/dav/files/mburchard/
server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name {myserver};
ssl_certificate /usr/local/etc/certificate/WebStation/XXX/fullchain.pem;
ssl_certificate_key /usr/local/etc/certificate/WebStation/XXX/privkey.pem;
include /usr/syno/etc/security-profile/tls-profile/config/XXX.conf*;
add_header Strict-Transport-Security max-age=15768000;
ssl_prefer_server_ciphers on;
location ^~ /.well-known/acme-challenge {
root /var/lib/letsencrypt;
default_type text/plain;
}
if ($server_port = "80") {
return 301 https://$server_name$request_uri;
}
root "/volume1/web";
index index.html index.htm index.cgi index.php index.php5 ;
error_page 400 401 402 403 404 405 406 407 408 500 501 502 503 504 505 @error_page;
location @error_page {
root /var/packages/WebStation/target/error_page;
rewrite ^ /$status.html break;
}
location ^~ /_webstation_/ {
alias /var/packages/WebStation/target/error_page/;
}
location /cloud {
proxy_pass http://localhost:8081/;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
location = /.well-known/carddav {
return 301 $scheme://$host:$server_port/cloud/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host:$server_port/cloud/remote.php/dav;
}
}
Operating system: Linux 4.4.59+ #24922 SMP PREEMPT Mon Aug 19 12:13:37 CST 2019 x86_64
Webserver: Apache/2.4.38 (Debian) (apache2handler)
Database: MariaDB [10.3.21-MariaDB]
PHP version:
7.3.17
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 18.0.4 - 18.0.4.2
Updated from an older Nextcloud/ownCloud or fresh install: fresh install via docker
Where did you install Nextcloud from: Docker Hub
Signing status
Array
(
)
List of activated apps
Enabled:
- accessibility: 1.4.0
- activity: 2.11.0
- bruteforcesettings: 1.6.0
- cloud_federation_api: 1.1.0
- comments: 1.8.0
- dav: 1.14.0
- federatedfilesharing: 1.8.0
- federation: 1.8.0
- files: 1.13.1
- files_pdfviewer: 1.7.0
- files_rightclick: 0.15.2
- files_sharing: 1.10.1
- files_trashbin: 1.8.0
- files_versions: 1.11.0
- files_videoplayer: 1.7.0
- firstrunwizard: 2.7.0
- issuetemplate: 0.6.0
- logreader: 2.3.0
- lookup_server_connector: 1.6.0
- nextcloud_announcements: 1.7.0
- notifications: 2.6.0
- oauth2: 1.6.0
- password_policy: 1.8.0
- photos: 1.0.0
- privacy: 1.2.0
- provisioning_api: 1.8.0
- recommendations: 0.6.0
- serverinfo: 1.8.0
- settings: 1.0.0
- sharebymail: 1.8.0
- support: 1.1.0
- survey_client: 1.6.0
- systemtags: 1.8.0
- text: 2.0.0
- theming: 1.9.0
- twofactor_backupcodes: 1.7.0
- updatenotification: 1.8.0
- viewer: 1.2.0
- workflowengine: 2.0.0
Disabled:
- admin_audit
- encryption
- files_external
- user_ldap
Configuration (config/config.php)
{
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"overwritehost": "myserver",
"overwritewebroot": "\/cloud",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"myserver"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "18.0.4.2",
"overwrite.cli.url": "https:\/\/myserver\/cloud",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true
}
Are you using external storage, if yes which one:
Are you using encryption: false
Are you using an external user-backend, if yes which one:
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Operating system: Linux Mint 19.3 Cinnamon
Web server error log
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/text/img/app.svg HTTP/1.0" 200 1056 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/sharebymail/img/app.svg HTTP/1.0" 200 961 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/theming/img/app.svg HTTP/1.0" 200 1109 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/updatenotification/img/app.svg HTTP/1.0" 200 784 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/support/img/app.svg HTTP/1.0" 200 3192 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/survey_client/img/app.svg HTTP/1.0" 200 2296 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/files_pdfviewer/img/app.svg HTTP/1.0" 200 2645 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/files_versions/img/app.svg HTTP/1.0" 200 1010 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/files_videoplayer/img/app.svg HTTP/1.0" 200 804 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/encryption/img/app.svg HTTP/1.0" 200 1588 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/files_external/img/app.svg HTTP/1.0" 200 865 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:53 +0200] "GET //apps/user_ldap/img/app.svg HTTP/1.0" 200 1449 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:52 +0200] "GET //cron.php HTTP/1.0" 200 895 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:52 +0200] "GET //settings/apps/categories HTTP/1.0" 200 1555 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:57 +0200] "GET //core/img/rating/s9.svg HTTP/1.0" 200 1305 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:57 +0200] "GET //core/img/rating/s5.svg HTTP/1.0" 200 1299 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:57 +0200] "GET //core/img/rating/s8.svg HTTP/1.0" 200 1445 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:57 +0200] "GET //core/img/rating/s3.svg HTTP/1.0" 200 1931 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:57 +0200] "GET //core/img/rating/s10.svg HTTP/1.0" 200 1122 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:54:42 +0200] "GET //apps/logreader/poll?lastReqId=b93Xkq1H2Bz3d2NkEl7G HTTP/1.0" 200 723 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:03 +0200] "POST //settings/apps/enable HTTP/1.0" 200 756 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:05 +0200] "GET //apps/files HTTP/1.0" 200 9163 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:05 +0200] "GET //ocs/v2.php/core/navigation/apps?format=json HTTP/1.0" 200 1346 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //settings/user HTTP/1.0" 200 18106 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/search/js/search.js?v=495126ac-0 HTTP/1.0" 200 2198 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/js/backgroundjobs.js?v=495126ac-0 HTTP/1.0" 200 1152 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files_pdfviewer/js/previewplugin.js?v=495126ac-0 HTTP/1.0" 200 2765 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files_sharing/js/dist/main.js?v=495126ac-0 HTTP/1.0" 200 1596 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files_videoplayer/js/main.js?v=495126ac-0 HTTP/1.0" 200 3226 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/notifications/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 1404 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files_sharing/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 5840 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/search/js/searchprovider.js?v=495126ac-0 HTTP/1.0" 200 4265 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/js/files/fileinfo.js?v=495126ac-0 HTTP/1.0" 200 1443 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/js/files/client.js?v=495126ac-0 HTTP/1.0" 200 6242 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 18587 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/usersettings.js?v=495126ac-0 HTTP/1.0" 200 1076 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/templates.js?v=495126ac-0 HTTP/1.0" 200 1554 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/federationsettingsview.js?v=495126ac-0 HTTP/1.0" 200 2471 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/settings/personalInfo.js?v=495126ac-0 HTTP/1.0" 200 3949 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/federationscopemenu.js?v=495126ac-0 HTTP/1.0" 200 1805 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files_rightclick/js/script.js?v=495126ac-0 HTTP/1.0" 200 3781 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files_rightclick/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 1040 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/settings.js?v=495126ac-0 HTTP/1.0" 200 1823 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/admin.js?v=495126ac-0 HTTP/1.0" 200 3273 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/log.js?v=495126ac-0 HTTP/1.0" 200 1433 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/firstrunwizard/js/about.js?v=495126ac-0 HTTP/1.0" 200 849 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/js/certificates.js?v=495126ac-0 HTTP/1.0" 200 1508 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/firstrunwizard/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 4953 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 17590 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/notifications/js/notifications.js?v=495126ac-0 HTTP/1.0" 200 62270 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files/l10n/de_DE.js?v=495126ac-0 HTTP/1.0" 200 5176 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/js/setupchecks.js?v=495126ac-0 HTTP/1.0" 200 7542 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/photos/img/app.svg?v=495126ac HTTP/1.0" 200 992 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files/img/app.svg?v=495126ac HTTP/1.0" 200 720 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/img/admin.svg?v=495126ac HTTP/1.0" 200 734 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/activity/img/activity.svg?v=495126ac HTTP/1.0" 200 715 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/img/apps.svg?v=495126ac HTTP/1.0" 200 662 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/firstrunwizard/img/info.svg?v=495126ac HTTP/1.0" 200 873 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/img/users.svg?v=495126ac HTTP/1.0" 200 1337 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/settings/img/help.svg?v=495126ac HTTP/1.0" 200 1018 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/img/actions/logout.svg?v=495126ac HTTP/1.0" 200 841 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //custom_apps/issuetemplate/img/app-dark.svg HTTP/1.0" 200 675 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //apps/files/js/jquery.fileupload.js?v=495126ac-0 HTTP/1.0" 200 14181 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //css/core/7681-216d-server.css?v=52e11fe7fa076f9d77efd1f9b9867af3-495126ac-0 HTTP/1.0" 200 20528 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //core/js/dist/main.js?v=495126ac-0 HTTP/1.0" 200 407493 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //css/core/7681-216d-results.css?v=52e11fe7fa076f9d77efd1f9b9867af3-495126ac-0 HTTP/1.0" 200 1407 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //css/core/7681-216d-css-variables.css?v=52e11fe7fa076f9d77efd1f9b9867af3-495126ac-0 HTTP/1.0" 200 1428 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //js/core/merged-template-prepend.js?v=495126ac-0 HTTP/1.0" 200 3843 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //avatar/mburchard/64?v=0 HTTP/1.0" 304 247 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:19 +0200] "GET //avatar/mburchard/190?v=0 HTTP/1.0" 304 247 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:18 +0200] "GET //cron.php HTTP/1.0" 200 895 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:21 +0200] "GET //settings/admin/issuetemplate HTTP/1.0" 200 6898 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:22 +0200] "GET //custom_apps/issuetemplate/js/build/build.js?v=495126ac-0 HTTP/1.0" 200 96305 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:22 +0200] "GET //css/issuetemplate/9095-216d-style.css?v=52e11fe7fa076f9d77efd1f9b9867af3-9095b976-0 HTTP/1.0" 200 2790 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //avatar/mburchard/64?v=0 HTTP/1.0" 304 247 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //apps/issuetemplate/components HTTP/1.0" 200 49347 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //core/img/logo/logo.svg HTTP/1.0" 200 820 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //apps/files/img/app.svg HTTP/1.0" 200 720 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //apps/photos/img/app.svg HTTP/1.0" 200 992 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //custom_apps/issuetemplate/img/app.svg HTTP/1.0" 200 674 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //apps/workflowengine/img/app.svg HTTP/1.0" 200 1307 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //apps/provisioning_api/img/app.svg HTTP/1.0" 200 1556 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:23 +0200] "GET //cron.php HTTP/1.0" 200 895 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:25 +0200] "GET //apps/issuetemplate/sections/server HTTP/1.0" 200 898 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:25 +0200] "GET //apps/issuetemplate/details/server/log-detail HTTP/1.0" 200 1403 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:25 +0200] "GET //apps/issuetemplate/details/server/server-detail HTTP/1.0" 200 5910 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:25 +0200] "GET //apps/issuetemplate/details/server/client-detail HTTP/1.0" 200 1205 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:55:53 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:56:23 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:56:53 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:57:23 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:57:53 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:58:23 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:58:38 +0200] "POST //apps/issuetemplate/render HTTP/1.0" 200 16495 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:58:53 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:59:10 +0200] "POST //apps/issuetemplate/render HTTP/1.0" 200 16701 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:59:23 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
172.17.0.1 - - [28/Apr/2020:17:59:53 +0200] "GET //ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.0" 200 3603 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
Nextcloud log
{"reqId":"VFd2oQA4zKGTAl4glrz4","level":3,"time":"2020-04-28T15:27:59+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"remote","method":"PROPFIND","url":"/cloud/remote.phpp/dav/files/mburchard/","message":{"Exception":"Sabre\\DAV\\Exception\\Forbidden","Message":"Requested uri (/cloud/remote.phpp/dav/files/mburchard/) is out of base uri (/cloud/remote.php/dav/)","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":549,"function":"calculateUri","class":"Sabre\\DAV\\Server","type":"->","args":["/cloud/remote.phpp/dav/files/mburchard/"]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":325,"function":"getRequestUri","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":151,"function":"requestIsForSubtree","class":"OCA\\DAV\\Server","type":"->","args":[["calendars","public-calendars","system-calendars","principals"]]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":34,"function":"__construct","class":"OCA\\DAV\\Server","type":"->","args":[{"__class__":"OC\\AppFramework\\Http\\Request"},"/cloud/remote.php/dav/"]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","Line":588,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"e8a7fQIj1fsmJRgMHT9T","level":3,"time":"2020-04-28T15:28:01+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"index","method":"GET","url":"/cloud/index.phpming/img/core/filetypes/video.svg?v=0","message":{"Exception":"OCP\\Files\\NotPermittedException","Message":"Could not create folder","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/AppData/AppData.php","line":158,"function":"newFolder","class":"OC\\Files\\Node\\Folder","type":"->","args":["0"]},{"file":"/var/www/html/apps/theming/lib/ImageManager.php","line":158,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->","args":["0"]},{"file":"/var/www/html/apps/theming/lib/ImageManager.php","line":173,"function":"getCacheFolder","class":"OCA\\Theming\\ImageManager","type":"->","args":[]},{"file":"/var/www/html/apps/theming/lib/Controller/IconController.php","line":90,"function":"getCachedImage","class":"OCA\\Theming\\ImageManager","type":"->","args":["icon-core-filetypes_video.svg"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":170,"function":"getThemedIcon","class":"OCA\\Theming\\Controller\\IconController","type":"->","args":["core","filetypes/video.svg"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\IconController"},"getThemedIcon"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\IconController"},"getThemedIcon"]},{"file":"/var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\IconController","getThemedIcon",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"app":"core","image":"filetypes/video.svg","_route":"theming.Icon.getThemedIcon"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"app":"core","image":"filetypes/video.svg","_route":"theming.Icon.getThemedIcon"}]},{"file":"/var/www/html/lib/private/Route/Router.php","line":299,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"app":"core","image":"filetypes/video.svg","_route":"theming.Icon.getThemedIcon"}]},{"file":"/var/www/html/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/theming/img/core/filetypes/video.svg"]},{"file":"/var/www/html/index.php","line":38,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/lib/private/Files/Node/Folder.php","Line":164,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"BsO4gV0z1O6qQ0ddK3A1","level":3,"time":"2020-04-28T15:28:01+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"index","method":"GET","url":"/cloud/index.phpming/img/core/filetypes/application-pdf.svg?v=0","message":{"Exception":"OCP\\Files\\NotPermittedException","Message":"Could not create folder","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/AppData/AppData.php","line":158,"function":"newFolder","class":"OC\\Files\\Node\\Folder","type":"->","args":["0"]},{"file":"/var/www/html/apps/theming/lib/ImageManager.php","line":158,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->","args":["0"]},{"file":"/var/www/html/apps/theming/lib/ImageManager.php","line":173,"function":"getCacheFolder","class":"OCA\\Theming\\ImageManager","type":"->","args":[]},{"file":"/var/www/html/apps/theming/lib/Controller/IconController.php","line":90,"function":"getCachedImage","class":"OCA\\Theming\\ImageManager","type":"->","args":["icon-core-filetypes_application-pdf.svg"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":170,"function":"getThemedIcon","class":"OCA\\Theming\\Controller\\IconController","type":"->","args":["core","filetypes/application-pdf.svg"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\IconController"},"getThemedIcon"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Theming\\Controller\\IconController"},"getThemedIcon"]},{"file":"/var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Theming\\Controller\\IconController","getThemedIcon",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"app":"core","image":"filetypes/application-pdf.svg","_route":"theming.Icon.getThemedIcon"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"app":"core","image":"filetypes/application-pdf.svg","_route":"theming.Icon.getThemedIcon"}]},{"file":"/var/www/html/lib/private/Route/Router.php","line":299,"function":"call_user_func","args":[{"__class__":"OC\\AppFramework\\Routing\\RouteActionHandler"},{"app":"core","image":"filetypes/application-pdf.svg","_route":"theming.Icon.getThemedIcon"}]},{"file":"/var/www/html/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/theming/img/core/filetypes/application-pdf.svg"]},{"file":"/var/www/html/index.php","line":38,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/lib/private/Files/Node/Folder.php","Line":164,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"CO9AgxXR4sOgMSWjzpZT","level":3,"time":"2020-04-28T15:34:20+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"remote","method":"PROPFIND","url":"/cloud/remote.phpp/dav/files/mburchard/","message":{"Exception":"Sabre\\DAV\\Exception\\Forbidden","Message":"Requested uri (/cloud/remote.phpp/dav/files/mburchard/) is out of base uri (/cloud/remote.php/dav/)","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":549,"function":"calculateUri","class":"Sabre\\DAV\\Server","type":"->","args":["/cloud/remote.phpp/dav/files/mburchard/"]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":325,"function":"getRequestUri","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":151,"function":"requestIsForSubtree","class":"OCA\\DAV\\Server","type":"->","args":[["calendars","public-calendars","system-calendars","principals"]]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":34,"function":"__construct","class":"OCA\\DAV\\Server","type":"->","args":[{"__class__":"OC\\AppFramework\\Http\\Request"},"/cloud/remote.php/dav/"]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","Line":588,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"NmN0fNxXA7t9dOvrbXkR","level":3,"time":"2020-04-28T15:51:16+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"remote","method":"PROPFIND","url":"/cloud/remote.phpp/dav/files/mburchard/","message":{"Exception":"Sabre\\DAV\\Exception\\Forbidden","Message":"Requested uri (/cloud/remote.phpp/dav/files/mburchard/) is out of base uri (/cloud/remote.php/dav/)","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":549,"function":"calculateUri","class":"Sabre\\DAV\\Server","type":"->","args":["/cloud/remote.phpp/dav/files/mburchard/"]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":325,"function":"getRequestUri","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":151,"function":"requestIsForSubtree","class":"OCA\\DAV\\Server","type":"->","args":[["calendars","public-calendars","system-calendars","principals"]]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":34,"function":"__construct","class":"OCA\\DAV\\Server","type":"->","args":[{"__class__":"OC\\AppFramework\\Http\\Request"},"/cloud/remote.php/dav/"]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","Line":588,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"b93Xkq1H2Bz3d2NkEl7G","level":3,"time":"2020-04-28T15:51:30+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"remote","method":"PROPFIND","url":"/cloud/remote.phpp/dav/files/mburchard/","message":{"Exception":"Sabre\\DAV\\Exception\\Forbidden","Message":"Requested uri (/cloud/remote.phpp/dav/files/mburchard/) is out of base uri (/cloud/remote.php/dav/)","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":549,"function":"calculateUri","class":"Sabre\\DAV\\Server","type":"->","args":["/cloud/remote.phpp/dav/files/mburchard/"]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":325,"function":"getRequestUri","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":151,"function":"requestIsForSubtree","class":"OCA\\DAV\\Server","type":"->","args":[["calendars","public-calendars","system-calendars","principals"]]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":34,"function":"__construct","class":"OCA\\DAV\\Server","type":"->","args":[{"__class__":"OC\\AppFramework\\Http\\Request"},"/cloud/remote.php/dav/"]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","Line":588,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"hiVgPnwfvekK0TaLWaNs","level":3,"time":"2020-04-28T15:58:38+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: client-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"hiVgPnwfvekK0TaLWaNs","level":3,"time":"2020-04-28T15:58:38+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: client-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"hiVgPnwfvekK0TaLWaNs","level":3,"time":"2020-04-28T15:58:38+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: log-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"hiVgPnwfvekK0TaLWaNs","level":3,"time":"2020-04-28T15:58:38+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: log-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"hiVgPnwfvekK0TaLWaNs","level":3,"time":"2020-04-28T15:58:38+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: log-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"5f873AKZECeHrXm5ZJiq","level":3,"time":"2020-04-28T15:59:10+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: log-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"5f873AKZECeHrXm5ZJiq","level":3,"time":"2020-04-28T15:59:10+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: log-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
{"reqId":"5f873AKZECeHrXm5ZJiq","level":3,"time":"2020-04-28T15:59:10+00:00","remoteAddr":"172.17.0.1","user":"mburchard","app":"PHP","method":"POST","url":"/cloud/index.phpuetemplate/render","message":"Undefined index: log-detail at /var/www/html/custom_apps/issuetemplate/lib/Detail.php#59","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0","version":"18.0.4.2"}
Browser log
a) Konsole
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:551
Diese Seite verwendet die nicht standardisierte Eigenschaft "zoom". Stattdessen sollte calc() in den entsprechenden Eigenschaftswerten oder "transform" zusammen mit "transform-origin: 0 0" verwendet werden. addStylesClient.js:220:17
Proxying an event bus of version 1.1.2 with 0.2.1 ProxyBus.js:65:14
Handlebars is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:66:15
Notifications permissions granted App.vue:242
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 5 globals.js:66:15
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/tasks.svg blockiert ("img-src"). vue.esm.js:6796:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/tasks.svg blockiert ("img-src"). vue.esm.js:5728:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/deck.svg blockiert ("img-src"). vue.esm.js:6796:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/deck.svg blockiert ("img-src"). vue.esm.js:5728:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/notes.svg blockiert ("img-src"). vue.esm.js:6796:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/notes.svg blockiert ("img-src"). vue.esm.js:5728:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/social.svg blockiert ("img-src"). vue.esm.js:6796:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/social.svg blockiert ("img-src"). vue.esm.js:5728:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/groupfolders.svg blockiert ("img-src"). vue.esm.js:6796:7
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf http://{myserver}/cloud/apps/firstrunwizard/img/apps/groupfolders.svg blockiert ("img-src"). vue.esm.js:5728:7
I can confirm this bug as it is currently happening to me too. There's no need to post my server configuration as it is nearly exactly the same as op's.
Same happening to me, nextcloud php-fpm behind nginx subfolder. I believe it is an off by 1 error splitting paths causing the extra "p". I made this hacky patch and it seems to work. (I am not a php dev, so forgive my bad code).
The nginx php param for SCRIPT_NAME has the / at the front of remote.php. This removes it on the nextcloud side.
diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php
index 3563ce3a20..1d09220088 100644
--- a/lib/private/AppFramework/Http/Request.php
+++ b/lib/private/AppFramework/Http/Request.php
@@ -749,7 +749,11 @@ class Request implements \ArrayAccess, \Countable, IRequest {
public function getRequestUri(): string {
$uri = isset($this->server['REQUEST_URI']) ? $this->server['REQUEST_URI'] : '';
if($this->config->getSystemValue('overwritewebroot') !== '' && $this->isOverwriteCondition()) {
- $uri = $this->getScriptName() . substr($uri, \strlen($this->server['SCRIPT_NAME']));
+ $slashOffset = 0;
+ if ($this->server['SCRIPT_NAME'][0] === '/') {
+ $slashOffset = 1;
+ }
+ $uri = $this->getScriptName() . substr($uri, \strlen($this->server['SCRIPT_NAME']) + $slashOffset);
}
return $uri;
}
I'm also experiencing this error.
I can confirm this issue (Nextcloud 18.0.7) and that the proposed fix works.
I can confirm that this issue exists on my Nextcloud 19.0.1 system. This proposed fix solved it for me.
Some background info:
with the overwrite environment variables, it seems to add the extra p to remote.php.
I tried with fpm, using docker nginx -> host nginx. Same issue. edited in this fix and the problem went away.
I'm a little wary leaving this hacky patch in my docker, but it seems to be working for now.
This fix is already discussed here for 3 month.
Is there a chance that an official adds the correction to the code?
This issue is still under triage and not classified as bug.
Thank you for this thread. I was having the exact some problem. Not sure why this is still listed as in triage. @sclem 's fix works perfectly for me as well.
Most helpful comment
I can confirm this bug as it is currently happening to me too. There's no need to post my server configuration as it is nearly exactly the same as op's.