-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composer: Add attachment from Files #10428
Comments
Could you please help me reproduce this? I've tried with |
@GVodyanov compare the local environment with our production. You should see a network request to fetch the file picker chunk on both systems. However, on prod this leads to a CSP error.
^ I wonder why the iframe message pops up when the file picker chunk is loaded. ^ that seems to be the unsafe eval. |
Try |
This problem smells related to Vite and reminds me of #10405. Edit: could be related to vitejs/vite@97bf2f0 and that the fallback is only needed sometimes. That sometimes are the effected installations.
|
Doesn't seem to make a difference on either of those versions |
So @kesselb was able to reproduce this with server main and mail main too, however I wasn't able to do so with any combination of versions (server main, mail 4.1, server 30 mail main, server 30 mail 4.1, so on). He is also using Another thing we tested was the node version (seeing as I had 22 and him 20) but he was still able to reproduce it on 22. Daniel also tried disabling chunking in vite, still doesn't show. Disabling CSP also doesn't fix it. |
So for you it was not the CSP eval error I ran into? |
@kesselb It was slightly different, right? Also when disabling CSP there was a different error if I remember correctly |
The filepicker is broken for me on stable4.1.
Footnotes |
Steps to reproduce
Expected behavior
The file picker opens to select a file
Actual behavior
Nothing ;)
Mail app version
main / stable4.1
Nextcloud version
main / stable30
Additional info
No response
The text was updated successfully, but these errors were encountered: