I am sending media file to my backend server through my app and image and video files are sent as a media file using same api endpoint. The images are sent without any errors. Videos were also sent without any errors but now the api response for video files is 500 internal server error. Also when I test the api with a video file in postman then the response is fine. I am unable to find what's wrong.
Asked
Active
Viewed 2,134 times
0

Vadim Kotov
- 8,084
- 8
- 48
- 62

ANKUR KUMAR
- 33
- 5
-
Can you run debug on your server? Do you have any logs? – Matt Jun 03 '19 at 08:12
-
Your backend server is failing, so you must look into the logs and figure out what's happening. For sure something has changed and now it's throwing exceptions. – Eduardo Yáñez Parareda Jun 03 '19 at 08:22