Next.js Discord

Discord Forum

Failed to load resource: net::ERR_CONNECTION_REFUSED

Unanswered
Brown bear posted this in #help-forum
Open in Discord
Brown bearOP
POST http://localhost:3001/api/auth/register net::ERR_CONNECTION_REFUSED
iv'e been trying to solve it since last week iv'e tried many things and nothing has worked
even tho i uninstalled xampp and installed it again
i started facing this error after i deleted my antivirus cause things were working properly before

12 Replies

Toyger
why do you need xampp?
iirc default port for nextjs is 3000
Brown bearOP
sorry for not explaining everythinng
so im basically using vite + express + mysql
so everything was workin completely fine idk what happened
in network i check on the register file it says pending
wait let me show you
in the db i dont have a pwd so i kept it empty
Toyger
basically ERR_CONNECTION_REFUSED says that nothing on this port.
you can enter in browser http://localhost:6666
and it will show the same cause you have nothing on this port
check on which port your nextjs runs