I’m using Cloudinary to upload media files. Some file paths are uploading successfully and returning a valid link, but others are resulting in blank links. I’ve already tried replacing spaces in the file paths, but the issue still persists.
Hi,
What types of files are you trying to upload?
are they all in the same location?
can you show the blocks that invoke the upload?
Thank you
I found the solution:
The issue was with the image size. Cloudinary has a 10 MB limit for image uploads. If you upload an image larger than 10 MB, it won’t generate a link and will return an empty response.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.