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
When selecting a video the first time around, the video thumbnail is shown next to the video selection button
, however after publishing and revisiting the page, the thumbnail is no longer next to the 'choose a video' button.
The video has been selected and the database information is correct, but the video thumbnail is not fetched and the buttons are reset to their original state, which may leave users thinking that there is no video uploaded.
The text was updated successfully, but these errors were encountered:
I am having the same issue. The value of the video is available in the hidden input field after rendering, but doesn't seem to be available when the chooser is being created. This workaround corrects the preview image for me after rendering, but it doesn't fix the underlying missing value.
wagtailvideos/static/wagtailvideos/js/video-chooser.js (line 8, after variable declarations):
When selecting a video the first time around, the video thumbnail is shown next to the video selection button
, however after publishing and revisiting the page, the thumbnail is no longer next to the 'choose a video' button.
The video has been selected and the database information is correct, but the video thumbnail is not fetched and the buttons are reset to their original state, which may leave users thinking that there is no video uploaded.
The text was updated successfully, but these errors were encountered: