Netlify build publishes Frontend changes on netlify domain, but not on external domain

Hey there,
I am having issues with the deployment of my netlify site. I have an external domain, which correctly has the nameservers of the netlify servers set. When I push new changes to my main branch, changes in my frontend are only shown on the netlify.app subdomain but not on the primary domain. For example: the custom/primary domain still shows console logs which have been removed in a build that is more than a week old, whereas the netlify subdomain doesn’t show them (because it has the latest build).
What can be the cause of this?

  • Site name: hietzingerball.netlify.app
  • Custom domain: ‘hietzingerball.at’

For anyone asking, my dns is working:

I’m not able to see the inconsistency you’re referring to between hietzingerball.netlify.app and hietzingerball.at. Can you send a screenshot showing the discrepancy between the two?

Hey Sid,
thank you for the fast answer! For any future reference:
I found out this had to do with the caching on my own machine. I don’t know exactly what the cause was, but after I deleted the cache in my browser (including all of the cached files, cookies, browser history etc) it worked again.
Cheers (:

1 Like

Thanks for sharing the solution!