You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file upload not working when i set up my own parse server.
getting error--->
com.parse.ParseRequest$ParseRequestException: i/o failure
Ignoring header Content-Type because its value was null.
Apart from this,parse server is working properly like parse object save is working flawlessly except for this file upload part.
Is there a reliable solution to this problem?
The text was updated successfully, but these errors were encountered:
The problem occurs even for small files of 300-700kb.
Can only upload files of size 30-70kb.(even on localhost i get the i/o error) on my heroku server.
The file upload not working when i set up my own parse server.
getting error--->
com.parse.ParseRequest$ParseRequestException: i/o failure
Ignoring header Content-Type because its value was null.
Apart from this,parse server is working properly like parse object save is working flawlessly except for this file upload part.
Is there a reliable solution to this problem?
The text was updated successfully, but these errors were encountered: