I am getting the following error trying to upload to my s3 bucket. Works fine in development, on my laptop, but blows up when it is live on a server...
Error occured while creating post: TypeError: Cannot read properties of undefined (reading 'split')
at react-aws-s3.js:1
at d.uploadFile (react-aws-s3.js:1)
at feedHelper.js:26
at c (runtime.js:63)
at Generator._invoke (runtime.js:293)
at Generator.next (runtime.js:118)
at r (asyncToGenerator.js:3)
at s (asyncToGenerator.js:25)
at asyncToGenerator.js:32
at new Promise ()