Closed qbolbk59 closed 4 months ago
Hi @qbolbk59,
Based on the output you've shared, it looks like the Angular development server is running successfully and listening on localhost:4200
. The warnings you see are related to CommonJS dependencies and should not prevent the application from running. Since this is a client-side only application, it appears that the issue might be related to your specific network or environment setup on your AWS EC2 instance. I recommend checking your network settings and ensuring the configuration allows traffic on the necessary port. You might also want to try running the application locally and verify that it is working as expected in a different environment. I hope you are able to resolve the networking issues and get the application running smoothly!
Hi @clemiller,
The SG in AWS were defined as it should and yet it was not accessible. I scrapped the old setup and tried to deploy using the docker container and it works fine now. Thanks !!
I installed attack navigator using the provided guidelines. When i execute "ng serve" from the nav-app directory, i get the following output which says that the server is now listening on port 4200 but when i try to access it, i get TCP Reset from the server.
I do get some Warnings as mentioned above, but i am not sure if that could be related to the issue i am facing.
Appreciate if someone could help me with this. It is installed on a Ubuntu EC2 on AWS.