Anyone know if there is a compatibility issue with Next.js (13.4.4) and OSX Sonoma?
Unanswered
Chub mackerel posted this in #help-forum
Chub mackerelOP
Just upgraded to OSX Sonoma and all of of a sudden all of my backend API calls (server side) no longer working ... getting the error belown when hitting my localhost endpoint with next.js
{
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 3002
}
however curl and postman works just fine....
Any help would be appreciated
{
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 3002
}
however curl and postman works just fine....
Any help would be appreciated
1 Reply
Chub mackerelOP
Ok so this has nothing to do with Next.js its a Nest.js backend problem