You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/03 13:06:50 UTC

[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #238: Camera Images fail to upload on iPhone

breautek commented on issue #238: Camera Images fail to upload on iPhone
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/238#issuecomment-537937215
 
 
   >I am currently experiencing this error with this issue Any fixes for this?
   
   Http status code 500 means `Internal Server Error`. This means something went wrong on the server. The actual reason is unknown and there should be a server log. You may need to dig through a lot of logs, for example if you have a rest webserver application behind a reverse proxy, well then you'll likely have two separate log files, one for your backend rest application and one for your reverse proxy. It's hard to give specific details because this obviously depends on how your servers are configured.
   
   Also to be clear, I'm not saying the server is at fault. The client could be doing something that the server just simply doesn't expect. But without an actual error message it will be hard to give any recommendations or to provide any solutions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org