nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
316 stars 97 forks source link

FilePicker: selectedNodes[0].extension is null #2298

Closed Chartman123 closed 1 month ago

Chartman123 commented 1 month ago

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!

Describe the bug In the Results view when you open the file picker, the file/folder list loads forever. The browser console shows the following error:

TypeError: selectedNodes[0].extension is null
    picker Results.vue:742
    dialogButtons FilePicker-kaHdQqaz.mjs:956
    VueJS 4
    render15 FilePicker-kaHdQqaz.mjs:1047
    VueJS 7
vue.runtime.esm.js:3065:16

To Reproduce Steps to reproduce the behavior:

  1. Go to Results
  2. Click on Create spreadsheet
  3. See error

Expected behavior File Picker should load normally

Screenshots grafik

Nextcloud (please complete the following information):

Additional context Probably a regression in @nextcloud-dialogs or @nextcloud-vue