I have a strange issue where the image is not saving into Cloudinary. I'm getting back a URL from $this->photo->storeAs('folder', $filename, 'cloudinary'); but when accessing, I get a 404. Can you offer any advice as to where to try and troubleshoot?
Hi
I have a strange issue where the image is not saving into Cloudinary. I'm getting back a URL from
$this->photo->storeAs('folder', $filename, 'cloudinary');
but when accessing, I get a 404. Can you offer any advice as to where to try and troubleshoot?I've tried through the SDK directly and all OK.
PHP: 7.4.8 "enl/flysystem-cloudinary": "~1.0" Laravel: 7.21.0