Hi guys!
I’m currently deploying two applications on a Linux server. The first one went smoothly, but the second one is showing some issues. Both applications are running as services. I checked, and they are on different ports, i.e., 8051 and 8052.
To make it easier to understand, there are two available ports on the Linux server (80 and 443). I first installed Nginx and configured the first application to use port 80. However, when I tried the same procedure for the second one, it seems like the application is running, but it doesn’t load.
It just keeps loading, and nothing happens. I remember facing something like this while coding locally, but I don’t remember the workaround I used…