I am having multiple serverless applications I am running it locally using serverless offline plugin
I am setting ports like
custom:
serverless-offline:
httpPort: 4000
another serverless
custom:
serverless-offline:
httpPort: 3000
At any time I am able to run only one service other shows :
Unexpected error while starting serverless-offline lambda server on port 3002: { Error: listen EADDRINUSE: address already in use
But I am not using 3002 anywhere but it shows 3002
what is this error?
127.0.0.1:3002