-
Notifications
You must be signed in to change notification settings - Fork 109
Error deleting list #1391
Description
Steps to reproduce
- Open Tasks application
- Delete default list
Expected behaviour
List was deleted
Actual behaviour
List is not deleting, there is error in console
Server configuration detail
Operating system: Linux 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020 x86_64
Webserver: nginx/1.19.6 (fpm-fcgi)
Database: mysql 5.7.18
PHP version:
7.4.11
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, readline, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, bcmath, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 19.0.1 - 19.0.1.1
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: docker image
Signing status
List of activated apps
Enabled:
- accessibility: 1.5.0
- activity: 2.12.0
- admin_audit: 1.9.0
- analytics: 2.5.0
- apporder: 0.11.0
- bookmarks: 3.4.3
- calendar: 2.0.4
- camerarawpreviews: 0.7.8
- checksum: 0.4.5
- cloud_federation_api: 1.2.0
- comments: 1.9.0
- contacts: 3.4.0
- contactsinteraction: 1.0.0
- cookbook: 0.7.6
- dashboardcharts: 0.1.3
- dav: 1.15.0
- deck: 1.1.2
- dicomviewer: 1.2.2
- drawio: 0.9.7
- encryption: 2.7.0
- external: 3.6.0
- extract: 1.2.4
- federatedfilesharing: 1.9.0
- federation: 1.9.0
- files: 1.14.0
- files_accesscontrol: 1.9.1
- files_automatedtagging: 1.9.0
- files_downloadactivity: 1.8.0
- files_external: 1.10.0
- files_markdown: 2.3.1
- files_mindmap: 0.0.23
- files_pdfviewer: 1.8.0
- files_rightclick: 0.16.0
- files_sharing: 1.11.0
- files_texteditor: 2.14.0
- files_trashbin: 1.9.0
- files_versions: 1.12.0
- files_videoplayer: 1.8.0
- firstrunwizard: 2.8.0
- forms: 2.0.4
- gpxedit: 0.0.13
- gpxmotion: 0.0.11
- gpxpod: 4.2.2
- groupfolders: 7.1.0
- groupquota: 0.1.4
- issuetemplate: 0.7.0
- keeweb: 0.6.3
- logreader: 2.4.0
- lookup_server_connector: 1.7.0
- mail: 1.4.2
- maps: 0.1.6
- music: 0.16.0
- news: 14.2.2
- notes: 3.6.4
- oauth2: 1.7.0
- ocr: 6.0.56
- onlyoffice: 6.0.2
- password_policy: 1.9.1
- photos: 1.1.0
- privacy: 1.3.0
- provisioning_api: 1.9.0
- quicknotes: 0.6.1
- quota_warning: 1.8.0
- recommendations: 0.7.0
- serverinfo: 1.9.0
- settings: 1.1.0
- sharebymail: 1.9.0
- sociallogin: 3.4.1
- socialsharing_email: 2.1.0
- spreed: 9.0.4
- support: 1.2.1
- survey_client: 1.7.0
- systemtags: 1.9.0
- tasks: 0.13.4
- text: 3.0.1
- twofactor_backupcodes: 1.8.0
- updatenotification: 1.9.0
- viewer: 1.3.0
- workflowengine: 2.1.0
Disabled:
- appointments
- nextcloud_announcements
- notifications
- phonetrack
- theming
- theming_customcss
- user_ldap
Configuration (config/config.php)
{
"theme": "mytheme",
"forcessl": true,
"blacklisted_files": [],
"mail_smtpmode": "sendmail",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": 25,
"mail_smtptimeout": 10,
"mail_smtpsecure": "",
"mail_smtpauth": false,
"mail_smtpauthtype": "LOGIN",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"logfile": "\/dev\/stdout",
"enable_previews": true,
"preview_max_filesize_image": 4096,
"preview_max_y": 4096,
"preview_max_x": 4096,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\HEIC",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\Illustrator",
"OC\\Preview\\Photoshop"
],
"logtimezone": "Europe\/Prague",
"social_login_auto_redirect": true,
"updatechecker": false,
"has_internet_connection": true,
"objectstore_multibucket": {
"class": "\\OC\\Files\\ObjectStore\\S3",
"arguments": {
"num_buckets": 15000,
"bucket": "nextcloud-",
"autocreate": true,
"key": "key",
"secret": "secret",
"use_ssl": true,
"hostname": "hostname",
"port": 443,
"use_path_style": true
}
},
"onlyoffice": {
"jwt_header": "Authorization",
"verify_peer_off": true
},
"loglevel": 3,
"trusted_domains": [
"nc.domain.org",
"localhost",
"10.*.*.*",
"onlyoffice.domain.org",
"*cluster.local"
],
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"filelocking.enabled": false,
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "6379",
"timeout": 0
},
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "19.0.1.1",
"overwrite.cli.url": "https:\/\/nc.domain.com",
"overwriteprotocol": "https",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"updater.release.channel": "stable",
"maintenance": false
}
Are you using external storage, if yes which one: S3 as primary storage
Are you using encryption:
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0
Operating system: Arch Linux
Logs
Web server error log
Nothing connected with Tasks
Nextcloud log
Nothing connected with Tasks
Browser log
13:51:40.849 XHR DELETE https://nc.domain.org/remote.php/dav/calendars/USERNAME/app-generated--deck--board-555/ [HTTP/2 403 Forbidden 223ms]
Response headers:
HTTP/2 403 Forbidden
server: nginx/1.19.6
date: Tue, 12 Jan 2021 12:51:41 GMT
content-type: application/xml; charset=utf-8
vary: Accept-Encoding
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
content-security-policy: default-src 'none';
referrer-policy: no-referrer
x-content-type-options: nosniff
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-robots-tag: none
x-xss-protection: 1; mode=block
content-encoding: gzip
X-Firefox-Spdy: h2
Request headers:
DELETE /remote.php/dav/calendars/wedos-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e/app-generated--deck--board-555/ HTTP/2
Host: cd.wedos.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0
Accept: */*
Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate, br
X-Requested-With: XMLHttpRequest
requesttoken: OzSGzah9MusIXHNaiCv0kAm8P9NUExEg3MUdDRKoJ+I=:XHnUic0VY6NhagId7n7E+0uEa4skSjp6tpZyOnvvZJA=
Depth: 0
Content-Type: application/xml; charset=utf-8
Origin: https://cd.wedos.com
Connection: keep-alive
Cookie: __Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; ccheck=1610452457; lang=cs; curr=EUR; login=pronin.egor%40gmail.com; ocfl9qvwxaml=b375f57c978c1e2e7e52998db0e9a90a; oc_sessionPassphrase=LNl9L9z7r6VQ6rLMrjrlURvn0tzv%2FdXnrBTgwuYoYziiEwNb%2FEkFo0Gc%2BYZmjmjQycjmie%2FcRcff7dCWf7XMk085a7%2Bv7Ret3%2BlJAw4UfGbzifL%2BMhqDaItcPictqSMy; mainpage=%24%241%24MdXoh70lg8D0tYChQlvyOSUfDnY0p27Gnb6yHlrFU7f3VAU45FMRvcpBVKp6MeZ2NYS2P7lrPQyD63MUGbcZQW4; leave=%24%241%24YDGdQRKFXkBL2zjIl13CkCRePhs9UKL0BNJBBDmmWATlMqlQwSiLnenguM0FkQPENPqZwf4xJ-Uj__aP74BX2DY; sid=Poh2CbSgnqhsL6whUVMq2ihzz8T-h3DqU6qUvhNiuSrBs
Pragma: no-cache
Cache-Control: no-cache
TE: Trailers
Cookie and request token were removed.