Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
When Calling new Parse.File with the versions 3.4.1 upwards the process takes a few mins then actually throws an error saying
"Cannot create a Parse.File without valid data URIs or base64 encoded data."
Steps to reproduce
Calling Parse.file with the file blob will reproduce the issue
Actual Outcome
an error gets thrown saying: "Cannot create a Parse.File without valid data URIs or base64 encoded data."
Expected Outcome
getting a Parse File back
Environment
not a server issue but =>
Server
- Parse Server version:
n/a
- Operating system:
n/a
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
n/a
Database
- System (MongoDB or Postgres):
n/a
- Database version:
n/a
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
n/a
Client
- Parse JS SDK version:
3.4.3