-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unable to upload files #90
Comments
This actually looks like a Parse Server issue, it seems like Parse Server isn't issuing the correct headers for file uploads. |
This if fixed by parse-community/parse-server#876 and the fix will be available in the next server version. |
add javascript key in dashboard config if you are trying to upload images from dashboard. |
This did not work for me. I added KEY of my parse application. That is correct, right? |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
Environment Setup
Parse Server 2.1.4 on Heroku
Database on Mongolab
Not yet using S3 adapter, so still on the default Gridstore for saving new files
Steps to reproduce
Try and upload file (image) in dashboard
Logs/Trace
Error saying "Unable to connect to Parse API" when trying to upload a file.
The text was updated successfully, but these errors were encountered: