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
I update poster url after uploading the image, but some unexpected behaviour is occurring.
When the file is uploaded in less than a second the poster is updated and the status becomes completed which is expected behaviour.
when the process takes more than a second, then the poster is updated but the delete call is made and status becomes idle, but after clicking upload button it works as expected
@rikschennink thanks for quick reply.
I have removed metadata update function from process method, and have added the same in onprocessfile callback.
but the issue still persist. I have updated above example
Refer to #1
I update poster url after uploading the image, but some unexpected behaviour is occurring.
When the file is uploaded in less than a second the poster is updated and the status becomes completed which is expected behaviour.
when the process takes more than a second, then the poster is updated but the delete call is made and status becomes idle, but after clicking upload button it works as expected
codesandbox reproduced example
change timeout to 2000 or more ms
The text was updated successfully, but these errors were encountered: