I recently ran into a problem with my Node js server side code and ec2.
Basically the problem was that the hardware on which my node js code was hosted had gone into maintenance due to which I had to stop and restart my ec2 instance which I did successfully.
So now the ec2 instance is running properly and I managed to get the node server running but I could not make the request to the server from angular but on postman it is working fine
There is a similar question at I get "Http failure response for (unknown url): 0 Unknown Error" instead of actual error message in Angular but that didn't work for me either. My cors is set up properly
Is there anything I am missing?