I am trying to follow the README for building the pgadmin runtime from https://github.com/pgadmin-org/pgadmin4/tree/master. As instructed, I activate my python virtual environment, then go into the runtime directory and run the following command:
sudo node_modules/nw/nwjs/nwjs.app/Contents/MacOS/nwjs .
It then tries to contact the server but I get an error that says:
The pgAdmin 4 server could not be contacted:
I have followed the instructions step-by-step but the server is unable to be contacted. I tried checking whether the port being contacted is already in use, but the port is free.