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
I'm getting the error: "TypeError: Cannot read property 'unsubscribe' of undefined" when I refresh a page containing the video player. I'm using Angular 8 Universal (with SSR). I found what I think is a related issue (#653), and that's marked as solved but I'm still getting the error. I've done a workaround using the platform type check and only show the player on the browser, but I'd like search engine bots to be able to index the video if possible.
Expected Behavior
Page should load and refresh with no error.
Actual Behavior
Page loads fine. Video plays fine. If user hits refresh on their browser while on a page containing a video player, the error occurs.
Description
I'm getting the error: "TypeError: Cannot read property 'unsubscribe' of undefined" when I refresh a page containing the video player. I'm using Angular 8 Universal (with SSR). I found what I think is a related issue (#653), and that's marked as solved but I'm still getting the error. I've done a workaround using the platform type check and only show the player on the browser, but I'd like search engine bots to be able to index the video if possible.
Expected Behavior
Page should load and refresh with no error.
Actual Behavior
Page loads fine. Video plays fine. If user hits refresh on their browser while on a page containing a video player, the error occurs.
Steps to Reproduce
Attachments
Follow steps above to see error.
The text was updated successfully, but these errors were encountered: