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
Hello, I am using the @uploadcare/react-widget "^2.2.0" version for uploading the files into the uploadCare private project.
We have enabled the secure delivery for the files and showing the preview of file using the previewUrlCallback attribute of widget and getting signed the url from our backend.
The file upload through "file" tabs is working fine.
I wanted to integrate the "url" tab in the widget for the same purpose but I am getting the issue while uploading the file through the public url.
When I enter the public url in the "url" tab of widget and click on the upload button at bottom of same tab. It redirecting me to the inprogress tab after file upload complete it is thorowing error "something went wrong during the upload" as it is leading me to this screen I can not even click on the done button to close the widget dialog and go to next step although I can see the file is getting uploaded into my project successfully.
I have attached snapshot below.
When I upload it to the public uploadCare project It is working fine.
I am not able mmic the same issue on codesandbox for your understanding purpose.
Can you please look into this issue?
Hello, I am using the @uploadcare/react-widget "^2.2.0" version for uploading the files into the uploadCare private project.
We have enabled the secure delivery for the files and showing the preview of file using the previewUrlCallback attribute of widget and getting signed the url from our backend.
The file upload through "file" tabs is working fine.
I wanted to integrate the "url" tab in the widget for the same purpose but I am getting the issue while uploading the file through the public url.
When I enter the public url in the "url" tab of widget and click on the upload button at bottom of same tab. It redirecting me to the inprogress tab after file upload complete it is thorowing error "something went wrong during the upload" as it is leading me to this screen I can not even click on the done button to close the widget dialog and go to next step although I can see the file is getting uploaded into my project successfully.
I have attached snapshot below.
When I upload it to the public uploadCare project It is working fine.
I am not able mmic the same issue on codesandbox for your understanding purpose.
Can you please look into this issue?
My Widget have configure like below.
The text was updated successfully, but these errors were encountered: