Error API Delete Image in CLoudinary #471
Unanswered
nhungnguyen-9
asked this question in
Q&A
Replies: 1 comment
-
hey @nhungnguyen-9 thanks for all of the examples and logs, though the logs don't seem to show the cloudinary response, which i would suspect would help solve why its not working, is that available? the node method you're using appears to be right as long as the cloudinary instance you're using is configured with your environment variables and the public_id is probably passing through |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to delete image that I saved in cloudinary. I read docs and they said create an api endpoint to delete the image. I did it and it didnt work. This is my code:
api/admin/cloudinary/removeImage/route.js
and this is frontend code:
I log the req.body in API and I received: ReadableStream { locked: false, state: 'readable', supportsBYOB: false }
and log of req like
Beta Was this translation helpful? Give feedback.
All reactions