I am working on a MEAN Stack based application and when i try to host the project on AWS then every thing goes properly and when i run the app then the server started on PORT 80 in command promt. when i try to run the provided ip on browser then it start showing the following error.
Possible eventEmitter memory leak detected. 11 listeners added.
use emitter. setmaxListener() to increate the limit.
I have tried to set the emitter.setmaxeventListener but didn't able to resolve the issue.