-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
File upload dialog keeps popping up #2268
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
Comments
Thanks for opening this issue!
|
PS : This bug is only visible when we add multiple columns with file data type |
Does it have anything to do with the latest node version ? I'm on Node version v18.1.0 |
Thanks for reporting; I don't think such a bug would be related to Node, but who knows. |
🎉 This change has been released in version 4.2.0-alpha.16 |
🎉 This change has been released in version 4.2.0-beta.2 |
🎉 This change has been released in version 4.2.0 |
New Issue Checklist
Issue Description
FileUpload Window popup keeps displaying when selecting a file to upload.
It's popping up after we select a file and select open, and the file that was previously selected is not uploaded or not in selection
it's happening in a single class file where I added 3 file columns one after the other, Classes with only 1 file column are working fine
Video of the bug
https://www.veed.io/view/35015126-5358-4be9-9437-c63f5e151a94
Steps to reproduce
Create a class add multiple columns of file types together & try to upload to it
Actual Outcome
FileUpload popup keeps creating after
Expected Outcome
Close file selection popup & starts uploading
Environment
Dashboard
4.1.4
Chrome
105.0.5195.125 (Official Build) (x86_64)
Server
5.2.5
Ubuntu 22.04.1 LTS
remote-AWS
Database
MongoDB
5.0.12
v18.1.0
AWS
Logs
No logs or error messages on the browser
The text was updated successfully, but these errors were encountered: