When trying to upload a csv file on our system I'm getting the folllowing error:
Errno::ENOENT: No such file or directory @ rb_sysopen - /tmp/RackMultipart20191126-93-k4s94s.csv
The code works fine locally but fails intermittently fails on production.
I'm not sure how I debug this, for example how would I view the /tmp/ directory on Heroku?