Tyk-Pump, raw-request and raw-response not recorded

Running tyk, redis and tyk-pump the raw-request and raw-response are just blank.
My pump-config look like:

“pumps”: {
“csv”: {
“type”: “csv”,
“max_record_size”:10000,
“omit_detailed_recording”: false,
“raw_request_decoded”: true,
“raw_response_decoded”: true,
“meta”: {
“csv_dir”: “/tmp”
}
}
}

Am I missing something?

@Martin_Sew Welcome to the community :tada:

The following related topics would be useful:

Thank you. I missed the Tyk Gateway Configuration Options .