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
For some reason, a local video is being rendered inside the VideoPress video list.
Initially I tought it was an issue on my working branch, but I tested on trunk and I am still getting the bug.
Steps to reproduce:
Launch a test site
Upload one video to the media gallery before activating VideoPress (Media > Add new)
Activate and connect VideoPress
The library screen seems correct:
Now upload one video to the VideoPress library
You will see the new video and the local one together on the video grid/list:
Notice that the VideoPress video count is correct
The issue persists even after a page refresh:
The initial state provided by the backend is correct, containing only the VideoPress video:
The local store state contains both videos, so maybe a recent change is messing with the state:
If I add more videos, the local one is still there:
After a refresh, the local one goes to the init of the list
Debugging the state, I see that the local item is added to the list of VideoPress videos after this SET_VIDEO action finishes:
This only happens on the first page of videos, but will not happen if I get to the first page using the navigation controllers, so may be something related to how we are handling the initial state of the app:
The text was updated successfully, but these errors were encountered:
For some reason, a local video is being rendered inside the VideoPress video list.
Initially I tought it was an issue on my working branch, but I tested on
trunk
and I am still getting the bug.Steps to reproduce:
Media > Add new
)SET_VIDEO
action finishes:The text was updated successfully, but these errors were encountered: