So I deleted an old project that was working perfectly and upload this new project with some changes (new repo ect)
Expected to see website UI saw 404 : NOT_FOUND Code: NOT_FOUND
ID: fra1:fra1::z78m5-1747744120339-85b3a1af8e74
The build compiles perfectly
And everything checks out
Read the documentation didn’t say much tbh.
clone github repo & add in environment variables & setup project
Deploy to vercel with configuration see error
https://dyslexia-screener-app-git-master-daniel-wakeley-s-projects.vercel.app/
Framework: Next.js
Standard project settings
Appwrite & Resend Environment variables
system
(system)
May 20, 2025, 12:42pm
2
There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.
Sometimes things don’t go as expected when deploying a website. If you see a 404 on your site, that means the page or resource couldn’t be found.
There are many possible causes, and the absence of something can be tricky debug if you don’t know where to look. Here are some things you can do to find the cause and fix it.
Debugging Tips
Check the error code
If you see a mostly white screen with 404: NOT_FOUND along with a Code and and ID then you can click the blue info box below the error deta…
A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0 .
amyegan
(Amy Egan)
May 20, 2025, 2:25pm
5
Looks like there’s nothing deployed at the URL you shared. I’m guessing that was one of the deployment domains for the old project you deleted.
Please check that you have the right domain and make sure there were no build or deployment errors. The 404 debugging guide has tips that help with most 404 errors we see here. Give those ideas a try and let me know if you still need help after that