CldUploadWidget #231
Unanswered
priyopujonggo
asked this question in
Q&A
Replies: 1 comment
-
hey @priyopujonggo sorrry for the delay in getting back, haven't been able to reproduce this yet, I tried with my own following code:
I wonder if it's possible that the widget isn't loading properly. from within the code:
so perhaps are you seeing any other network requests fail? can you see if a JavaScript file is being loaded from https://upload-widget.cloudinary.com/2.8.3/global/all.js might have a different version |
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 have write a next-cloudinary CldUploadWidget like that
and I have got error Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'open')
components\ui\image-upload.tsx (59:12) @ open
57 | {({ open }) => {
58 | const onClick = () => {
Beta Was this translation helpful? Give feedback.
All reactions