Hi,
My app is running locally fine with "npm start"
I tried building it with :
npm run build
Built is successful. "The project was built assuming it is hosted at "/yourcryptovoice"
and then i run:
serve -s build -l 5000
The console says "Serving"
when i open the url http://localhost:5000/
It shows logo loading and is stuck there. In console i get:
2.e29e65a5.chunk.js:1 Uncaught SyntaxError: Unexpected token <
main.a99c9c66.chunk.js:1 Uncaught SyntaxError: Unexpected token <
I couldn't figure out the issue, Development version with npm start runs fine without any issues. Now i am trying to build and serve it but cant seem to do it. Built is successful, it throws no error.
Please show me some direction here.
Thank you.