React app (with Netlify Identity) blank once deployed

Hi all,

so I’ve created a super simple dummy React app to test integrating the Netlify Identity Widget. As long as I’m on local host, it’s all working like a charm. BUT, once I deploy the site successfully, I only get a blank page when opening the URL, along with the below console error.

Can anyone make sense of this and know what might help solve this?

Not much without seeing the site in question :slight_smile:

Hey! The confusing part was that locally it ran perfectly but not when deployed. It’s working now again after running npm audit fix --force once… Don’t ask me why :smiley: