-
Notifications
You must be signed in to change notification settings - Fork 310
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug
I am cross-posting the following issue nextcloud-snap/nextcloud-snap#1711
(system details attached to the ticket above)
After the automatic update to 20.0.9snap1, all decks have disappeared.
reverting to 20.0.8 did not solve the problem.
To Reproduce
After some investigation, I found the following clue:
If I :
- login as a user,
- create some boards and tasks,
- switch to another view
- come back to Desks
Then, boards are not there anymore, so it must be a problem either with data serialisation, or data visibility.
However, If I
- login as an admin
- inspect boards: pre-existing boards I created are still there
- If I create new boards and tasks
- switch to another view
- come back to desks
Then, boards are saved are reloaded as expected.
So I suspect it must be linked to changes regarding data visibility rights.
Does this ring a bell?
Where could I verify if the data is still in the database?
Client details:
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6, desktop]
Server details
Operating system: Linux 4.15.0-106-generic #107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020 x86_64
Web server: Apache (fpm-fcgi)
Database: mysql 5.7.33
PHP version: 7.4.15
Modules loaded: Core, date, libxml, openssl, pcre, zlib, bcmath, bz2, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gmp, SPL, iconv, intl, json, ldap, mbstring, pcntl, PDO, session, posix, Reflection, standard, SimpleXML, mysqlnd, exif, tokenizer, xml, xmlreader, xmlwriter, zip, pdo_mysql, cgi-fcgi, redis, Zend OPcache
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from: 20.0.8 - 20.0.8.1
Signing status:
No errors have been found.```
**List of activated apps:**
Enabled:
- accessibility: 1.6.0
- activity: 2.13.4
- admin_audit: 1.10.0
- bruteforcesettings: 2.1.0
- calendar: 2.2.1
- circles: 0.20.8
- cloud_federation_api: 1.3.0
- comments: 1.10.0
- contacts: 3.5.1
- contactsinteraction: 1.1.0
- dashboard: 7.0.0
- dav: 1.16.2
- deck: 1.2.7
- documentserver_community: 0.1.9
- federatedfilesharing: 1.10.2
- federation: 1.10.1
- files: 1.15.0
- files_mindmap: 0.0.24
- files_pdfviewer: 2.0.1
- files_rightclick: 0.17.0
- files_sharing: 1.12.2
- files_trashbin: 1.10.1
- files_versions: 1.13.0
- files_videoplayer: 1.9.0
- firstrunwizard: 2.9.0
- forms: 2.2.4
- groupfolders: 8.2.1
- issuetemplate: 0.7.0
- logreader: 2.5.0
- lookup_server_connector: 1.8.0
- mail: 1.9.5
- nextcloud_announcements: 1.9.0
- notes: 4.0.4
- notifications: 2.8.0
- oauth2: 1.8.0
- onlyoffice: 6.3.0
- password_policy: 1.10.1
- photos: 1.2.3
- polls: 1.8.3
- privacy: 1.4.0
- provisioning_api: 1.10.0
- quota_warning: 1.9.1
- recommendations: 0.8.0
- serverinfo: 1.10.0
- settings: 1.2.0
- sharebymail: 1.10.0
- spreed: 10.0.7
- support: 1.3.0
- survey_client: 1.8.0
- systemtags: 1.10.0
- tasks: 0.13.6
- text: 3.1.0
- theming: 1.11.0
- twofactor_backupcodes: 1.9.0
- user_status: 1.0.1
- viewer: 1.4.0
- weather_status: 1.0.0
- workflow_script: 1.5.1
- workflowengine: 2.2.0
Disabled: - drawio
- encryption
- files_external
- richdocuments
- richdocumentscode
- user_ldap
**Nextcloud configuration:**
{
"apps_paths": [
{
"path": "/snap/nextcloud/current/htdocs/apps",
"url": "/apps",
"writable": false
},
{
"path": "/var/snap/nextcloud/current/nextcloud/extra-apps",
"url": "/extra-apps",
"writable": true
}
],
"supportedDatabases": [
"mysql"
],
"memcache.locking": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0
},
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"51.210.124.125",
"cloud.seignosse.ovh"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "20.0.8.1",
"overwrite.cli.url": "http://51.210.124.125",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpsecure": "ssl",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"loglevel": 2,
"theme": ""
}
</details>
<details>
<summary>Logs</summary>
#### Nextcloud log
tail: cannot open '/var/snap/nextcloud/current/logs/nextcloud.log' for reading: No such file or directory
#### Browser log
Javascript log
index.js:46 No OC found
t.getLanguage @ index.js:46
value @ gettext.js:45
(anonymous) @ l10n.js:3
(anonymous) @ main.js?v=16ca8f9e-0:1
n @ bootstrap:19
(anonymous) @ main.js?v=16ca8f9e-0:1
n @ bootstrap:19
(anonymous) @ main.js:1
(anonymous) @ main.js?v=16ca8f9e-0:1
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ main.js?v=16ca8f9e-0:1
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1
globals.js:60 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
o @ jquery.js:9789
0 @ jquery.js:26
n @ bootstrap:19
671 @ files_client.js?v=16ca8f9e-0:1
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ files_client.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
o @ jquery.js:9792
0 @ jquery.js:26
n @ bootstrap:19
671 @ files_client.js?v=16ca8f9e-0:1
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ files_client.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ App.vue:117
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ App.vue:121
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ App.vue:121
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
(anonymous) @ script.js?v=16ca8f9e-0:492
globals.js:60 jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
(anonymous) @ files.js?v=16ca8f9e-0:122
capabilities.js:32 OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities
getCapabilities @ capabilities.js:32
(anonymous) @ BoardSidebar.vue:68
o @ bootstrap:63
(anonymous) @ main.js:1
(anonymous) @ main.js?v=16ca8f9e-0:2228
o @ bootstrap:63
(anonymous) @ bootstrap:198
(anonymous) @ main.js?v=16ca8f9e-0:1
capabilities.js:32 OC.getCapabilities is deprecated and will be removed in Nextcloud 21. See @nextcloud/capabilities
getCapabilities @ capabilities.js:32
(anonymous) @ CardSidebar.vue:85
o @ bootstrap:63
(anonymous) @ main.js:1
(anonymous) @ main.js?v=16ca8f9e-0:2228
o @ bootstrap:63
(anonymous) @ bootstrap:198
(anonymous) @ main.js?v=16ca8f9e-0:1
search.js:31 OCA.Search is deprecated. Please use the unified search API instead
e @ search.js:31
created @ main.js:87
Rt @ vue.runtime.esm.js:1854
Xe @ vue.runtime.esm.js:4219
t._init @ vue.runtime.esm.js:5008
_n @ vue.runtime.esm.js:5085
(anonymous) @ main.js:67
(anonymous) @ main.js?v=16ca8f9e-0:2228
o @ bootstrap:63
(anonymous) @ bootstrap:198
(anonymous) @ main.js?v=16ca8f9e-0:1
session-heartbeat.js:97 session heartbeat polling started
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
globals.js:60 $ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.
ie @ globals.js:60
get @ globals.js:91
mounted @ Notification.vue:209
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3948
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn.run @ vue.runtime.esm.js:4554
cn @ vue.runtime.esm.js:4310
(anonymous) @ vue.runtime.esm.js:1980
Ve @ vue.runtime.esm.js:1906
Promise.then (async)
Qe @ vue.runtime.esm.js:1933
tt @ vue.runtime.esm.js:1990
(anonymous) @ vue.runtime.esm.js:4402
pn.update @ vue.runtime.esm.js:4544
ce.notify @ vue.runtime.esm.js:730
set @ vue.runtime.esm.js:1055
mn.set @ vue.runtime.esm.js:4631
(anonymous) @ App.vue:234
u @ runtime.js:63
(anonymous) @ runtime.js:293
(anonymous) @ runtime.js:118
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
Promise.then (async)
O @ notifications-main.js?v=16ca8f9e-0:303
i @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
(anonymous) @ notifications-main.js?v=16ca8f9e-0:303
_fetch @ App.vue:224
mounted @ App.vue:126
Ue @ vue.runtime.esm.js:1854
Kt @ vue.runtime.esm.js:4219
insert @ vue.runtime.esm.js:3139
w @ vue.runtime.esm.js:6346
(anonymous) @ vue.runtime.esm.js:6565
e._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
pn.get @ vue.runtime.esm.js:4479
pn @ vue.runtime.esm.js:4468
e @ vue.runtime.esm.js:4073
Ln.$mount @ vue.runtime.esm.js:8415
e._init @ vue.runtime.esm.js:5018
Ln @ vue.runtime.esm.js:5085
(anonymous) @ main.js:37
n @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ notifications-main.js?v=16ca8f9e-0:1
xhr.js:177 GET https://<domain_name>/index.php/apps/deck/boards 500 (Internal Server Error)
(anonymous) @ xhr.js:177
t.exports @ xhr.js:13
t.exports @ dispatchRequest.js:50
Promise.then (async)
c.request @ Axios.js:61
r.forEach.c. @ Axios.js:76
(anonymous) @ bind.js:9
value @ BoardApi.js:114
(anonymous) @ main.js:406
c @ runtime.js:45
(anonymous) @ runtime.js:274
forEach.t. @ runtime.js:97
V @ main.js?v=16ca8f9e-0:1644
a @ main.js?v=16ca8f9e-0:1644
(anonymous) @ main.js?v=16ca8f9e-0:1644
(anonymous) @ main.js?v=16ca8f9e-0:1644
loadBoards @ main.js:405
(anonymous) @ vuex.esm.js:851
d.dispatch @ vuex.esm.js:516
dispatch @ vuex.esm.js:406
created @ App.vue:98
Rt @ vue.runtime.esm.js:1854
Xe @ vue.runtime.esm.js:4219
t._init @ vue.runtime.esm.js:5008
a @ vue.runtime.esm.js:5154
(anonymous) @ vue.runtime.esm.js:3283
init @ vue.runtime.esm.js:3114
(anonymous) @ vue.runtime.esm.js:5978
d @ vue.runtime.esm.js:5925
(anonymous) @ vue.runtime.esm.js:6516
t._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
mn.get @ vue.runtime.esm.js:4479
mn @ vue.runtime.esm.js:4468
t @ vue.runtime.esm.js:4073
_n.$mount @ vue.runtime.esm.js:8415
t._init @ vue.runtime.esm.js:5018
_n @ vue.runtime.esm.js:5085
(anonymous) @ main.js:67
(anonymous) @ main.js?v=16ca8f9e-0:2228
o @ bootstrap:63
(anonymous) @ bootstrap:198
(anonymous) @ main.js?v=16ca8f9e-0:1
Show 12 more frames
createError.js:16 Uncaught (in promise) Error: Request failed with status code 500
at t.exports (createError.js:16)
at t.exports (settle.js:17)
at XMLHttpRequest.p.onreadystatechange (xhr.js:62)
t.exports @ createError.js:16
t.exports @ settle.js:17
p.onreadystatechange @ xhr.js:62
Promise.then (async)
(anonymous) @ vuex.esm.js:519
d.dispatch @ vuex.esm.js:518
dispatch @ vuex.esm.js:406
created @ App.vue:98
Rt @ vue.runtime.esm.js:1854
Xe @ vue.runtime.esm.js:4219
t._init @ vue.runtime.esm.js:5008
a @ vue.runtime.esm.js:5154
(anonymous) @ vue.runtime.esm.js:3283
init @ vue.runtime.esm.js:3114
(anonymous) @ vue.runtime.esm.js:5978
d @ vue.runtime.esm.js:5925
(anonymous) @ vue.runtime.esm.js:6516
t._update @ vue.runtime.esm.js:3945
r @ vue.runtime.esm.js:4066
mn.get @ vue.runtime.esm.js:4479
mn @ vue.runtime.esm.js:4468
t @ vue.runtime.esm.js:4073
_n.$mount @ vue.runtime.esm.js:8415
t._init @ vue.runtime.esm.js:5018
_n @ vue.runtime.esm.js:5085
(anonymous) @ main.js:67
(anonymous) @ main.js?v=16ca8f9e-0:2228
o @ bootstrap:63
(anonymous) @ bootstrap:198
(anonymous) @ main.js?v=16ca8f9e-0:1
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
util.js:130 OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment
relativeModifiedDate @ util.js:130
(anonymous) @ init.js:96
each @ jquery.js:365
each @ jquery.js:137
(anonymous) @ init.js:95
setInterval (async)
se @ init.js:94
(anonymous) @ main.js:37
</details>