White screen with custom domain

Hi, i’m having an issue with my site.

The custom domain shows a white screen on Chrome, Safari, and PWA app, while the internal netlify url is working fine:

I don’t know what the issue is, please if there’s anyone who can help me.

I’m not seeing this, I’m seeing the same site in both locations:

In the developer console I can see that the site registers a service worker.
You may want to clear that in your browser in case it’s doing something weird.

When you’re on the white screen page, check the browser’s developer console for any errors.

On an unrelated note, to avoid this issue:

See the warning here:
https://docs.netlify.com/configure-builds/javascript-spas/

Avoid 404s for SPAs

If your project is a single page app (SPA) that uses the history pushState method to get clean URLs, you must add a rewrite rule to serve the index.html file no matter what URL the browser requests.

As it links, the rewrite rule you’ll want to add can be seen here:
https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps