Issue with Root Spanish Landing Page (/es) Showing Blank Page

Hi Netlify team,

I have a site hosted at caraccidentcenter.com with two language versions: ](https://caraccidentcenter.netlify.app)

English: caraccidentcenter.com/en
Spanish: Centro de Accidentes de Auto en Utah | Clínica Principal de Recuperación

Everything is working correctly except for the Spanish root landing page at /es. Here’s the behavior I’m seeing:

  • Visiting caraccidentcenter.com or caraccidentcenter.com/en works fine.
  • Visiting caraccidentcenter.com/es results in a blank page.
  • However, all subpages under /es, like caraccidentcenter.com/es/contacto, load and work correctly.

It seems like only the /es route is having issues. I’ve confirmed there’s no 404—it just loads a blank white screen.

Any ideas what might be causing this? Is it possibly a routing or build issue?

Thanks in advance for your help!

@Arliss7580 I’m not sure what you’re working with, or how your project is being built, (as you’ve not provided any related details), but the issue is that the page at /es is not returning built output.

See:

Run your Build command locally (not your Develop command) and ensure that in the output files for your site, that everything is being built correctly.