ReplayWeb.page and downloaded videos in the archive

If I watch a video in an archive page everything works fine and the commands respond. But
if I change page to then go back to the video page, it is no longer possible to interact with the commands, the video is blocked where it left off. The archive needs to be reloaded. I checked in DevTools console and the following errors are present:

StopGo#synchronize timed out ƒ (r){e.suppressPlay()?r():(e._isPlayPending=!0,e._lastPlayType=void 0,e._lastPlaySource=H(),e._lastPlayIssuedAt=Date.now(),e._lastPlayResolvedAt=null,e._lastPlayRejectedAt=null,e.trigger(“playpending”…
wombat.js:1 StopGo#synchronize timed out ƒ (i){“beforeplay”===n.state()&&(n._lastPlaySource=H(),n._lastPlayIssuedAt=Date.now(),n._isPlayPending=!0,n._lastPlayType=void 0,n._isPausePending=!0,n._lastPauseIssuedAt=n._lastPlayIssuedAt,n._lastPau…

Is this a bug or how can it be fixed?