You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: listen EADDRINUSE
at errnoException (net.js:905:11)
at Server._listen2 (net.js:1024:19)
at listen (net.js:1065:10)
at Server.listen (net.js:1133:5)
at Object.module.exports.createProxyServer (/Users/davidbuezas/shopco/awesome-phantom-node/node_modules/filternet/lib/proxy.js:306:21) Error: listen EADDRINUSE
at errnoException (net.js:905:11)
at Server._listen2 (net.js:1024:19)
at listen (net.js:1065:10)
at Server.listen (net.js:1133:5)
at Object.module.exports.createProxyServer (/Users/davidbuezas/shopco/awesome-phantom-node/node_modules/filternet/lib/proxy.js:306:21)
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
[PARTIALLY SOLVED]
by setting sslSockDir: somePath and deleting it before the second start.
But the proxy still doesn't work, the request gets rejected.
My code looks like this:
and I get the following exception:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: