404 for ads.txt in hugo

I have a Hugo static website setup on render https://codersnippet.com

I need to add another static file for Google Adsense at the root directory. I did and everything looks ok to me, but the problem is that the static file is not accessible and every time I try to access it at https://codersnippet.com/ads.txt I get 404.

I thought Hugo is the reason for it, but when I do the same thing on my local everything works as expected.

And here is the build showing that file is there.

Who can explain what is happening here?
Sorry, apparently I can only use 1 embedded media per post.
Thanks!

Hi @Serge,

I was able to curl -I https://codersnippet.com/ads.txt and curl -I https://codersnippet.onrender.com/ads.txt got a 200 response. It looks like the URL in your postman screenshot is https://armenianchat.net/ads.txt which does return a 404. Let me know if you are still having issues.

Hi @tyler,
The second screenshot was a mistake. After I had been refused to have more than one screenshot in the post, I accidentally posted a different screenshot where I was testing another project at https://armenianchat.net. Please disregard that.

This is what I was getting from chrome:
Screen Shot 2022-01-28 at 4.39.39 PM

I am not sure what happened, but it is working today. I cleaned up the browser cache, even restarted my computer, and apparently, it helped.

Thanks for your help!