After connecting our private Github repo to Vercel we are receiving a 404 Error and I am not sure why. I am non technical.
We have a web application (MERN) that includes the app users can access, an admin panel web app that internal users can access, and a node back end. They are organized as 3 individual files in our GitHub:
- Admin Panel – houses front end for admin panel
- Node
- React – houses the public facing app front end
Do each of these folders need to be deployed as separate projects OR does the Admin Panel need to be separate from the Node and React folders?