Skip to content

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

Closed
Sarun1001 opened this issue Sep 17, 2022 · 7 comments · Fixed by #2276
Closed

File upload dialog keeps popping up #2268

Sarun1001 opened this issue Sep 17, 2022 · 7 comments · Fixed by #2276
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@Sarun1001
Copy link

Sarun1001 commented Sep 17, 2022

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

  • Parse Dashboard version: 4.1.4
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Chrome
  • Browser version: 105.0.5195.125 (Official Build) (x86_64)

Server

  • Parse Server version: 5.2.5
  • Operating system: Ubuntu 22.04.1 LTS
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): remote-AWS

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 5.0.12
  • Node version v18.1.0
  • FileAdapter - s3 (aws)
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): AWS

Logs

No logs or error messages on the browser

@parse-github-assistant
Copy link

parse-github-assistant bot commented Sep 17, 2022

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Sep 17, 2022
@Sarun1001
Copy link
Author

PS : This bug is only visible when we add multiple columns with file data type

@Sarun1001
Copy link
Author

Does it have anything to do with the latest node version ? I'm on Node version v18.1.0
Parse Server version: 5.2.5
Parse Dashboard version: 4.1.4
Is this v4.1.4 fully support node 18 ?

@mtrezza
Copy link
Member

mtrezza commented Sep 17, 2022

Thanks for reporting; I don't think such a bug would be related to Node, but who knows.

@mtrezza mtrezza changed the title FileUpload Window Popup Looping File upload dialog keeps popping up Sep 17, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-alpha.16

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Sep 21, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-beta.2

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 27, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants