Website showing 404 error despite everything is set up properly

Hi everyone,

I’m having an issue where both my apex domain tradely.ie and www.tradely.ie are showing 404 errors, even though everything appears to be configured correctly.

Setup:

  • Framework: Vite

  • DNS managed through Cloudflare

  • Both tradely.ie and www.tradely.ie are added to my Vercel project

What I’ve tried:

  • Verified DNS is correctly pointing to Vercel (confirmed working)

  • Added both domains to my project

  • Pushed a new deployment to force re-linking

  • Cleared browser cache and tried incognito mode

Current behavior:

  • :cross_mark: tradely.ie returns a Vercel 404 page

  • :cross_mark: www.tradely.ie returns a Vercel 404 page

The domain configuration shows as verified in my Vercel dashboard, DNS is resolving to Vercel’s servers correctly, and I have a successful production deployment. It seems like neither domain is being routed to my production deployment.

Has anyone experienced this before or have any suggestions? Any help would be appreciated!