We are using ec2 linux server, added port 3000, 3001 to inbound rules, both runs fine but not able to access API's through 3001, and able access by 3000, what could be an Issue?
how can we run multiple node/express projects in available/defined ports?
3001 tcp 0.0.0.0/0, ::/0 ✔
3000 tcp 0.0.0.0/0, ::/0 ✔
Some ports running without add as an inbound rule like 8088, 8089.
pm2 status shows all ports are running fine.
from How to run Node/Express App on port 3001, 3002 etc?
No comments:
Post a Comment