upload image response returned status code 200 in code and log
but client recived 500 error
help me.
createuploadurl.php
....
$upload_url = CloudStorageTools::createUploadUrl('/api/upload/upload', $options);
....
upload.php
....
....
header('Content-Type: application/json; charset=utf-8');
echo json_encode($result, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
syslog(LOG_DEBUG,"success.");
log is success