We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Either:
At this point, the studio will have created a dangling and incomplete mux.videoAsset document with status === "waiting_for_upload".
mux.videoAsset
status === "waiting_for_upload"
I think Sanity's proxy is responsible creating this mux.videoAsset as part of its upload endpoint.
Perhaps the solve is deleting any associated mux.videoAsset where status !== ready || preparing when the Uploader component unmounts.
status !== ready || preparing
The text was updated successfully, but these errors were encountered:
This is still an issue for me. Is this being worked on?
Sorry, something went wrong.
No branches or pull requests
Steps to recreate
Either:
At this point, the studio will have created a dangling and incomplete
mux.videoAsset
document withstatus === "waiting_for_upload"
.Screen recording
sanity-plugin-mux-input.-.Kapture.2021-09-27.mp4
Other comments
I think Sanity's proxy is responsible creating this
mux.videoAsset
as part of its upload endpoint.Perhaps the solve is deleting any associated
mux.videoAsset
wherestatus !== ready || preparing
when the Uploader component unmounts.The text was updated successfully, but these errors were encountered: