You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first I tried to upload an image without realizing that Cloudinary was required for that functionality, so naturally it didn’t work. (I realize the documentation is a WIP, but I think it would be helpful to at least add a heads up about this.) Console showed the warning No "CLOUDINARY_URL" set, followed by a 400 Bad Request of {"error":{"message":"Upload preset not found"}}
So I signed up and added my CLOUDINARY_URL to the .env. The warning went away but upon uploading I got the same “Upload preset not found”. I then enabled unsigned uploading in Cloudinary but it made no difference.
The text was updated successfully, but these errors were encountered:
At first I tried to upload an image without realizing that Cloudinary was required for that functionality, so naturally it didn’t work. (I realize the documentation is a WIP, but I think it would be helpful to at least add a heads up about this.) Console showed the warning
No "CLOUDINARY_URL" set
, followed by a 400 Bad Request of{"error":{"message":"Upload preset not found"}}
So I signed up and added my
CLOUDINARY_URL
to the .env. The warning went away but upon uploading I got the same “Upload preset not found”. I then enabled unsigned uploading in Cloudinary but it made no difference.The text was updated successfully, but these errors were encountered: