Next.js & Django Project Successfully Built but Encountering 404 Error #69015
Unanswered
ammarhairiHD
asked this question in
Help
Replies: 1 comment
-
I am having the same issue currently |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I successfully built and deployed my project, which uses Next.js for the frontend and Django for the backend, using Vercel. Despite the build process completing without major issues, I am encountering a 404 error on the deployed site. I have moved all the files to the app/ directory, and the build logs show that the project was compiled successfully. However, there is an error related to fetching data from localhost:8000, which is not accessible in the Vercel build environment.
Additional information
Example
https://yg-virid.vercel.app/
Beta Was this translation helpful? Give feedback.
All reactions