Nextcloud 29.0.0
When I want to attach files to a deck card from within a file folder, it is not able to access the file folder system, as shown in this screenshot.
We have investigated and is this a bug in 29.0 or are we missing something?
This was also listed by another user here:
opened 10:48AM - 30 Apr 24 UTC
**bug description**
trying to add files from within nextcloud to deck card, but… list of files /directories only shows grey lines
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Deck'
2. Click on existing deck card to see the details
3. Click on 'Attachments'
4. Click on 'Share from files'
**Expected behavior**
A list of files / directories should be presented, but instead there are only grey lines
**Screenshots**
![grafik](https://github.com/nextcloud/deck/assets/13885384/0cf218de-3322-4d9b-8ff3-e4efaef0b449)
**Client details:**
- OS: docker latest
- Browser: chrome, Firefox
- Version Nextcloud: 29.0.0 deck: 1.13.0
- Device: desktop
<details>
<summary>Logs</summary>
#### Browser log
```
Insert your browser log here, this could for example include:
a) The javascript console log
main.js:56 TypeError: Cannot read properties of undefined (reading 'authType')
at H (request.js:71:17)
at index.mjs:405:117
at index.js:2:55017
at R.execute (index.js:2:54338)
at R.patchInline (index.js:2:55925)
at X (index.js:2:59820)
at index.js:2:59436
at index.js:2:58252
at index.js:2:86641
at n (index.js:2:86363)
l.default.config.errorHandler @ main.js:56
mn @ vue.runtime.esm.js:3047
un @ vue.runtime.esm.js:3024
(anonymous) @ vue.runtime.esm.js:3035
Promise.catch (async)
cn @ vue.runtime.esm.js:3035
qn @ vue.runtime.esm.js:4048
insert @ vue.runtime.esm.js:4443
E @ vue.runtime.esm.js:6966
xi.nodeOps @ vue.runtime.esm.js:7180
e._update @ vue.runtime.esm.js:3785
r @ vue.runtime.esm.js:3891
e.get @ vue.runtime.esm.js:3462
e.run @ vue.runtime.esm.js:3538
rr @ vue.runtime.esm.js:4141
(anonymous) @ vue.runtime.esm.js:3159
An @ vue.runtime.esm.js:3081
Promise.then (async)
fn @ vue.runtime.esm.js:3106
Tn @ vue.runtime.esm.js:3171
ar @ vue.runtime.esm.js:4227
e.update @ vue.runtime.esm.js:3529
e.$forceUpdate @ vue.runtime.esm.js:3810
c @ vue.runtime.esm.js:2777
(anonymous) @ vue.runtime.esm.js:2797
(anonymous) @ vue.runtime.esm.js:312
Promise.then (async)
m @ vue.runtime.esm.js:2821
mr @ vue.runtime.esm.js:4494
(anonymous) @ vue.runtime.esm.js:2943
sn @ vue.runtime.esm.js:2882
e.$createElement @ vue.runtime.esm.js:2656
render @ legacy.mjs:36
e._render @ vue.runtime.esm.js:2700
r @ vue.runtime.esm.js:3891
e.get @ vue.runtime.esm.js:3462
e @ vue.runtime.esm.js:3452
e @ vue.runtime.esm.js:3908
jr.$mount @ vue.runtime.esm.js:8797
e._init @ vue.runtime.esm.js:5724
jr @ vue.runtime.esm.js:5785
c @ legacy.mjs:33
r @ legacy.mjs:100
(anonymous) @ index-CRno7JSe.mjs:17
pick @ index-CRno7JSe.mjs:10
await in pick (async)
shareFromFiles @ AttachmentList.vue:228
click @ AttachmentList.vue:1
cn @ vue.runtime.esm.js:3033
n @ vue.runtime.esm.js:1832
cn @ vue.runtime.esm.js:3033
e.$emit @ vue.runtime.esm.js:3732
click @ NcButton.mjs:199
cn @ vue.runtime.esm.js:3033
n @ vue.runtime.esm.js:1832
i._wrapper @ vue.runtime.esm.js:7500
Show 49 more frames
Show less
</details>
Has anybody been able to resolve this?
Could this be a related topic?
nextcloud:master
← nextcloud:feat/vue-filepicker-dialog
opened 10:57AM - 10 Aug 23 UTC
* Part of #38926
* Resolves: #39186
* Resolves: #39187
* Resolves: #391… 88
## Summary
*(Still providing the legacy one until the Vue FilePicker is out of beta.)*
Basically just use the new component from the dialogs package, see information in the PR https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/878
### Screenshots
![image](https://github.com/nextcloud-libraries/nextcloud-dialogs/assets/1855448/1f14373c-735a-4ed2-a476-4bdd93f19deb)
https://github.com/nextcloud-libraries/nextcloud-dialogs/assets/1855448/3f5ec8fe-ec11-4308-824f-5dca90c72752
And on smaller screens:
![image](https://github.com/nextcloud-libraries/nextcloud-dialogs/assets/1855448/59e2c06f-8c48-45a9-8277-818a7b19d77c)
## TODO
- [ ] See list on the dialogs PR: https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/878
- Especially https://github.com/nextcloud/server/issues/39185 will come after the first beta.
## Checklist
- Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting)
- [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits
- [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance) are included
- [x] Screenshots before/after for front-end changes
- [ ] Documentation ([manuals](https://github.com/nextcloud/documentation/) or wiki) has been updated or is not required
- [x] [Backports requested](https://github.com/nextcloud/backportbot/#usage) where applicable (ex: critical bugfixes)
Luiss
May 14, 2024, 4:47pm
5
I have the same issue. I created a topic but after seeing this i deleted it mine. I hope there is a fix soon. Same happen in the calendar app, trying to do the same thing and same problem.