Next.js Discord

Discord Forum

GET /socket.io 404 error?

Answered
Skipjack tuna posted this in #help-forum
Open in Discord
Skipjack tunaOP
Hey, I just opened the next.js server and the logs are bombarded with following issue

GET /socket.io?EIO=4&transport=polling&t=rh0sx8da 404 in 194ms

I am not even using socket.io or that route doesn't exist? What is this?
Answered by Asian black bear
It is Nvidia GeForce Experience erroneously polling your server. Reboot or close the app.
View full answer

6 Replies

Asian black bear
It is Nvidia GeForce Experience erroneously polling your server. Reboot or close the app.
Answer
Skipjack tunaOP
Got it!!!
@Asian black bear It is Nvidia GeForce Experience erroneously polling your server. Reboot or close the app.
Spectacled bear
If you don't mind, how do you know that?
Asian black bear
It's a recurring issue people run into and I happened to read about it previously.
@Asian black bear It's a recurring issue people run into and I happened to read about it previously.
Spectacled bear
But what does Nvidia GeForce Experience has to do with next app?
Asian black bear
The Nvidia app uses socket.io in its desktop application to communicate with a local service that they are running on your machine. When you have the Next dev server active it intercepts these requests as it's on the same port which is why they appear in the logs.