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 recently added this library to my Next.js application. I'm using Next.js v14 with server components.
Now, this application uses remote links from a Facebook page like this one:
I'm using the video library to embed video attachments from posts to my website. While using the app now, my server's console is flooded with get request logs with extremely long search params, which in my understanding, is the smaller parts of the video that's being downloaded. It isn't a deal breaker but I'll prefer those specific ones hidden if even possible. My real issue is that now, my client's console is also flooded with an infinitely increasing amount of those errors:
Failed to load resource: the server responded with a status of 404 (Not Found)
app-index.js:33 SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
window.console.error @ app-index.js:33
Show 1 more frame
Show less
undefined:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app-index.js:33 SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
window.console.error @ app-index.js:33
Show 1 more frame
Show less
undefined:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app-index.js:33 SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
window.console.error @ app-index.js:33
Show 1 more frame
Show less
undefined:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app-index.js:33 SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
How to fix those? Thanks. I use next-video v1.1.1 btw.
The text was updated successfully, but these errors were encountered:
I recently added this library to my Next.js application. I'm using Next.js v14 with server components.
Now, this application uses remote links from a Facebook page like this one:
I'm using the video library to embed video attachments from posts to my website. While using the app now, my server's console is flooded with get request logs with extremely long search params, which in my understanding, is the smaller parts of the video that's being downloaded. It isn't a deal breaker but I'll prefer those specific ones hidden if even possible. My real issue is that now, my client's console is also flooded with an infinitely increasing amount of those errors:
How to fix those? Thanks. I use
next-video v1.1.1
btw.The text was updated successfully, but these errors were encountered: