himanshusharma9400
himanshusharma9400
Any update on this, I'm facing the same issue...I have an image upload request....when I terminate the app the request fails with status 500 error also, the request present after...
I'am still getting an issue....I have a long request(upload image) and normal request(say update task). Consider a chain of request, updateTask->**uploadImage**->updateTask->updateTask->**uploadImage**->updateTask I did when app is in foreground and in...
Yeah I'am modifying queue, my code is as follows: In my action.js: export function uploadImage(jobId,params,userData){ return { type:actionTypes.UPLOAD_IMAGE_OPTIMIST, payload:{msg:'UNSYNCED',jobId:jobId.split('_')[0]}, meta:{ offline:{ effect:{ url:apiConstants.API_SERVER_HOST + "/jobs/image/" + jobId,method:'post',params, body:userData}, commit:{ type:actionTypes.UPLOAD_IMAGE_COMMIT,...
Is there something wrong with my approach??
yeah done now!!