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 experiencing an issue with the next-video package in my Next.js application. The problem is that it seems to be sending repeated HTTP requests, which is causing performance issues and unnecessary network traffic.
Environment:
Set up a Next.js app with the next-video package.
Implement the video component as shown in the code snippet below.
Observe the network requests in the browser's developer tools.
Expected Behavior:
The video component should only send requests as necessary for video playback.
Actual Behavior:
The video component is sending repeated requests, even when no user interaction occurs.
Code Snippet:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm experiencing an issue with the next-video package in my Next.js application. The problem is that it seems to be sending repeated HTTP requests, which is causing performance issues and unnecessary network traffic.
Environment:
next-video version: 1.2.0
Next.js version: 14.2.13
Steps to Reproduce:
Set up a Next.js app with the next-video package.
Implement the video component as shown in the code snippet below.
Observe the network requests in the browser's developer tools.
Expected Behavior:
The video component should only send requests as necessary for video playback.
Actual Behavior:
The video component is sending repeated requests, even when no user interaction occurs.
Code Snippet:
Screenshot:
Beta Was this translation helpful? Give feedback.
All reactions