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
Upgrading Parse Server for integration testing fails in #1975.
Steps to reproduce
Failing tests in https://github.com/parse-community/Parse-SDK-JS/actions/runs/5633637975/job/15262758943?pr=1975:
- Parse.File can get file data from base64 (saved)
- Error: File upload of extension plain is disabled.
- Parse.File can get file data from byte array
- Error: File upload of extension plain is disabled.
- Parse.File can save file to localDatastore
- Error: File upload of extension plain is disabled.
- Schema set multiple required and default values
- Error: File upload of extension plain is disabled.
Actual Outcome
Tests fail.
Expected Outcome
Test pass.