Deploy Successful. No Renderin

PLEASE help us help you by writing a good post!

Hello,
I am attempting to deploy my portfolio via Netlify. It’s a simple React portfolio. The setup and deployment process was simple and smooth through Netlify. The deploy went perfectly without errors.
I have configured the site, set up the domain (https://mark-wilkins-portfolio.com/), and taken care of the DNS. When I visit my URL though nothing renders. The page is entirely blank.
I’m not sure what I am missing. All of my code was pushed up to main on the GitHub repo and then I ran npm build and the deploy pulls from my “/”.
Any help would be appreciated!

Any help would be appreciated!

Mark, I am having a similar issue. I’ve read a bunch of articles. What happens when you inspect your document? What errors are you seeing? I am seeing a "Uncaught SyntaxError: Unexpected token ‘<’

Oh interesting. I am getting a wild error message in my Console:

Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

seems like @mark_wilkins has a path forward in investigating that error message with helpful link;

@mfronheiser have you seen this article? It may help you out since it is exactly about your error message: [Support Guide] Why do I see “Uncaught SyntaxError: Unexpected token <” errors? How can I use chunking or versioning for my assets at Netlify?

fool, I’ve seen that article and at this point so many others. My issue now is a blank site but with no errors when I inspect element. Any ideas? I’ve spent hours scouring the web

@fool figured I’d tag you in this

@mfronheiser, you haven’t included any site information for us to check.