I’ve set up a Flask server on a Linux VM on Google Cloud Compute Engine.But I’m unable to access it through the external IP. I’m able to successfully test the server through its local host.
<code>sudo wget http://localhost:5000/
</code>
<code>sudo wget http://localhost:5000/
</code>
sudo wget http://localhost:5000/
I’m able to see the server recieving the requests succesfully.
I understand I’m to setup firewall rules to allow the VM accept hhtp/https requests. I believe I have done both things and yet can not access the server externally