So I have been recently getting issues with making cloudflare work with my website. I have seen a few tutorials explaining that you need to go to the DNS tab and add a (A) record for the name I added @ and for ip I added the IP address of my server (and set the nuxt configuration file to go through port to 8080). After that I booted up nuxt (using --host to expose). Aaand absolutely nothing when I go to my domain. I have tried with proxy without proxy and it's still doesn't work. It does work when you just straight up go the ip address but not via the domain.
#Problem with setting up cloudflare domain
1 messages · Page 1 of 1 (latest)
Are you specifying your custom port when you enter the domain name?
You mean like example.com:8080?
Yes. I assume without that added, it would be defaulting to either 80 or 443. Worth a try.