On december 26 I was able to upload my app https://jammmingbrowser.netlify.app/ . At the time I had no errors and it worked properly. I’m trying to start my app again and I’m getting this error: ERR_CONNECTION_REFUSED. On the console there are these error messages:
Uncaught SyntaxError: Unexpected token ‘export’ (at VM5:33:1)
VM6:5 Uncaught SyntaxError: Cannot use import statement outside a module (at VM6:5:1)
When I start my project locally it works without a problem, and if I start it locally and try to start it through the Netlify link at the same time it works correctly. But if I close it locally, it stops working again through Netlify.
I understand that the error could have to do with ECMAScript and export/import statements. The thing is that the affected files are not the files of my project, they are Chromium files used for: security interstitials, it is used for both SSL // interstitials and Safe Browsing interstitials.
I have my browsers updated, I don’t know how to proceed. What should I do?