My client has a domain name registered at namecheap (tourmed.uk) which I want to migrate to point to the project's google cloud instance. I created a zone, added A and CNAME records pointing to the External Static IP of the instance and copied the nameservers to the domain custom dns at namecheap.
When I ping or nslookup tourmed.uk, the ip resolves fine, however when I visit on any browser or telnet, I get a timeout. dnschecker.org shows that everything is ok.
I examined network tab on my inspector and nothing gets fetched, it seems like it cannot connect to my instance, however the IP is correct.
Any help would be very much appreciated, I'm at a loss.
-----------------FIXED---------------------
Turns out, nothing was listening at port 8080 on the instance. I opened ports 80 and 443 on the google cloud firewall, configured the forwarding from 8080 to 80 and started my server and it all worked!