Cloudflare + Render gives 404 error

Halo!

I am trying to connect the domain piñacolada.cl (from nic.cl) to my render.com server via Cloudflare DNS.

I followed the Cloudflare instructions url and it seems to be all good:

But page still not loading and showing a 404. When I go to www.piñacolada.cl the redirect works well. In the network tab says Cloudflare made a redirect.

Also my domain nameservers are pointing to Cloudflare:

➜  ~ nslookup -q=ns xn--piacolada-m6a.cl
Server:		192.168.1.254
Address:	192.168.1.254#53

Non-authoritative answer:
xn--piacolada-m6a.cl	nameserver = donald.ns.cloudflare.com.
xn--piacolada-m6a.cl	nameserver = nucum.ns.cloudflare.com.

Authoritative answers can be found from:

DNS checker shows everything is ok with the root domain:

As context, piñacolada.cl is an API and now the only path working is /tracking/{SOME_CODE}

I tried everything and nothing works. Please help!

Looking at the response, I have a feeling the 404 is coming from your service - can you check your service log output to see if the 404 is making it there, if it is, then it’s a genuine 404 and being raised by your application.

John B

At the same time I have correct responses from onrender host:

using the domain doesn’t work for the same request

@John_B sorry for bothering you. Any ideas on this?

Caco

Now it works recreating the app. For sure it was related to the incident.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.