-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Cannot upload a file using REST API and GridStoreAdapter #1702
Comments
I'm hosting the DB and the parse-server in a digital ocean droplet. |
To help us debug this, can you include the exact request and response in Parse Server? (you can see this in the logs using |
Thank you for your response. I tried this and it doesn't seem to catch this request, it logs everything else though. I used |
I don't. Can you check the network requests in the Chrome debugger and make sure the requests are going to the right server and doing what you expect? |
Closing due to lack of activity, please update to latest parse-server version and reopen if the issue persist. Don't forget to include your current:
|
Environment Setup
This is my server's configuration:
Steps to reproduce
I'm using a custom made service in angular. This is the code I'm using to upload files.
I also tried to upload a file using parse-dashboard and I get the same response.
Logs/Trace
When I'm trying to upload a file in my migrated app I get this response:
The text was updated successfully, but these errors were encountered: