There was another post like this, but the only answer it had was to just restart, which didn't work for me.
I added sockets to my project for the first time, it wasn't working so i reverted to a previous commit to before I added anything socket related, before I downloaded npm packages for sockets too (there were no issues originally), and now I'm getting
GET /api/socket?EIO=4&transport=polling&t=y1kw1z5n 404 in 75ms
in the console. I don't have any files or folders related to sockets, nor the npm package installed. I did delete node_modules and .next and re-generated them. Closed out of VS code and re-started also re-started my computer, and cleared website cache, the issue is still there.