-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hi,
The socket file is present and working perfectly if I test it with curl.
However, the following config is not working:
{
'/api': {
changeOrigin: false,
target: {
socketPath: '/app/socket/backend.sock'
},
pathRewrite: {
'^/api/api/': '/api/'
}
}
}with the following error:
ERROR [Axios] Response error: connect ECONNREFUSED 127.0.0.1:3000 06:03:42
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed