Cant retry with failed flow, body truncated

So, my flows work fine, but if for some reason, any reason, they fail, i am unable to retry them, because the body and photos show truncated. The photos are converted to based64, and are quite large, i increased the “AP_MAX_FILE_SIZE_MB” to 64, hoping this would help (its never that big maybe 5MB, but that is the only thing ive seen related to truncated). This did not help, if i go to retry a flow, it says, please include photos (which is my next step after the webhook, processing the photos, but they are not there, because it just receives “truncated”. What can I do here??

{
“method”: “POST”,
“headers”: {
“connection”: “Upgrade”
},
“body”: {
“jobId”: 555,
“itemId”: 622,
“photos”: “(truncated)”,
“userDetails”: {
“user_notes”: “”
},
“processing_preferences”: {
},
“userId”: “1234”,
“tenantId”: 7,
“userName”: “”,
“itemName”: “”,
“callbackUrl”: “https://callbackurl”,
“callbackApiKey”: “key”
},
“queryParams”: {},
“rawBody”: “(truncated)”
}