-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Video browser stuck in loading v3 #397
Comments
@jackgregory exactly the same issue here! i can see the videos loading in the network tab but the spinner never ends and videos just don't display. |
Same exact issue here |
I got it working inadvertently (while trying to fix another dep) by having these dependencies downgraded: sanity ( 3.68.3 -> 3.67.1 ) not sure which are the actual culprit but I hope this helps! |
UPDATE: This looks strangely coincidental but since launching the studio for this project, the API usage has gone through the roof. It seems that this plugin may be to blame as its stuck loading the videos, but seen in the network tab it is calling the sanity API over and over again without resolving causing massive usage. |
That's hilarious- literally 10 minutes ago I was on my sanity dashboard (for an unlaunched site I've barely tested) trying to figure out why I had already burned through 10% of the bandwidth 😂 guess that solves it! |
Describe the bug
Locally the video browser works but when deployed to a Sanity studio the loading spinner is stuck and videos are not displayed, this is for both choosing a video from a field and from the tabs at the top of the studio with the path /mux.
Videos will upload and display on the front end and can query data, but they dont show in the studio in the browser/select window.
Ive tried different API keys, signed URLs but nothing works.
To Reproduce
Install and deploy a clean sanity project e.g. https://github.com/sanity-io/sanity-template-nextjs-clean with mux plugin and deploy to a Sanity studio.
Expected behavior
Videos load
Screenshots
Which versions of Sanity are you using?
@sanity/cli (global) 3.60.0 (latest: 3.68.3)
@sanity/assist 3.0.8 (latest: 3.0.9)
@sanity/eslint-config-studio 4.0.0 (latest: 5.0.1)
@sanity/icons 3.5.5 (up to date)
@sanity/vision 3.68.3 (up to date)
sanity 3.68.3 (up to date)
What operating system are you using?
Which versions of Node.js / npm are you running?
10.1.0
v20.8.0
The text was updated successfully, but these errors were encountered: