Hi! i have installed and followed the frappe library management tutorial. however when i try to open the http://library.test:8000 site it shows - This site cant be reached on my browser (attached below).
I have added the library.test to hosts in /etc/hosts
Bench is running on a remote server.
The port 8000 is also forwarded to my
Hey! thank you very much for your quick response. I have checked my firewall. port 8000 is open.
By IP you mean the IP of the server? I have tried Public IP of the server. → Did not work
I have tried the 127.0.0.1:8000 → Did not work. But when I hit this uri, i get a 404 log in my bench start terminal
Sorry for the confusion… Yes! I am running my frappe-bench on a VM (GCP). I am forwarding the port (8000) on which bench is starting. and i am opening the library.test:8000 and 127.0.0.1:8000 on my mac browser. and both result in same.
Thank you very much!! It works now - when i open with 127.0.0.1:8000
But when i try with library.test:8000 it does not open. Not sure why though. Is it because library.test is mapped in my remote server to 127.0.0.1 but not in my mac?