Deploy a React Project

Hello everyone, for a few days now I haven’t been able to deploy my React project. Everything was working fine just a few days ago. Now I only get the message “Vercel does not currently support deploying Create React App”. Does anyone have an idea where the problem lies?
Thanks in advance, Daniel

2 Likes

Hello, Can you share a screenshot?



As you can see, I was able to deploy the project so far without any problems. And suddenly not anymore. I am at a loss.

Okay, that sounds like a v0 issue than Vercel and I believe v0 no longer generating CRA code as CRA is deprecated now: Sunsetting Create React App – React.

You should still be able to download source code and deploy separately using git or CLI

2 Likes

I am not a programmer and have no experience with GitHub, etc. I need a very simple explanation/video of how to deploy a v0 app on Vercel. Seriously, my project is in danger if I can’t finally get this implemented.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.