I am running a build of accessmap (an opensource mapping project) which is running on a caddy server on localhost:2015. Everything seems to be fine but when I try to run another build from another repository of the same project that is supposed to do the same job (accessmap-incremental), I cannot access it from my browser. The app seems to be running smoothly from what I can see in the terminal. These are the logs from the app when running:
https://drive.google.com/file/d/1aYrCc-4amvi02CMAdpD_9E7Tej6oMjCM/view?usp=sharing
I don't think there are any problems with the port as the same app was running fine from the another repository. Any ideas on how I can access it from the browser? Btw this is what I am seeing when I am trying to access it:
Unable to connect
Firefox can’t establish a connection to the server at localhost:2015.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
I tried to run the app (the accessmap-incremental) the same way I did with the other repository (the accessmap main repository) but I cannot access it from the browser.