Skip to content

Deployment not working in vercel, 404 NOT_FOUND #17

Closed Answered by Gautam25Raj
kiongosss asked this question in Q&A
Discussion options

You must be logged in to vote

@kiongosssIt appears that you are encountering difficulties deploying the project on Vercel due to the separation of the frontend and backend into separate folders. To successfully deploy the project on Vercel, please follow the recommended deployment steps:

  • Make sure you are in the root directory of the project.
  • Open the "client" folder, which contains the frontend code.
  • Configure the Vercel deployment settings to use the "client" folder as the root directory for the deployment.
  • Ensure that all necessary frontend dependencies are installed within the "client" folder.
  • Once the deployment settings are configured correctly, initiate the deployment process on Vercel.

By deploying the proje…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kiongosss
Comment options

@Gautam25Raj
Comment options

Answer selected by Gautam25Raj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #16 on June 22, 2023 11:59.