React app not rendered in the browser but works in local

I have an issue with a react app that is working on my computer but not with netlify. I get this error when check the console :

Here is the link to the github repository : GitHub - Johantsdev/time-tracking-dashboard-main
and here is the link to the website : https://time-tracking-dashboard-johantsdev.netlify.app/

This is the first time I try to deploy an React App like this so maybe the problem is easy to resolve but I don’t see how could I do it, any one could help ?

What are your build settings configured to?

Actually I deleted this one and started over again with parcel (this one was running with vite) and now it work

1 Like