I have been trying to deploy my react project for hours now and no matter what I keep getting this error, I’ve never had this problem deploying previous react apps…
I need help asap its due right now lol.
https://sunny-salmiakki-470ffb.netlify.app/
Hi @cursxe
Have you looked at this support guide?
If this doesn’t solve your issue, you can please share
- the repository you are deploying from
- a screenshot of the build settings you are using in the Netlify UI
I’m just dragging and dropping my folder like I usually do I’ve never had to do anything extra.
React projects require building. Are you deploying (dragging and dropping) the built project, of the source files?
Yes I ran npm run build already and then deployed the whole folder
You only deploy the build
directory.
Yes, only that directory
1 Like
Oh my god thank you so much!