vladyn
(Vladyn)
April 5, 2026, 7:02pm
1
Problem
I have a basic Angular (latest) app imported from a GitHub repo, but I am receiving a 404 error instead of my landing page.
Current Behavior
When I visit the deployment URL, I see:
404: NOT_FOUND
Code: NOT_FOUND
ID: fra1::prvlb-1775414592115-4623eec75166
Everything is set to default from the import steps.
Environment
Framework: Angular basic template
Build Command: ng build
Output Directory: dist
Install Command: npm install
Hello guys,
I have a very basic Angular project, where I can’t see the app, deployed from the GitHub repo.
I’ll highly appreciate any help for getting this deploy visible.
system
(system)
April 5, 2026, 7:02pm
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 .
1 Like
amyegan
(Amy Egan)
April 6, 2026, 1:08pm
9
I just deployed an Angular starter project without getting an error.
Deployed app: https://angular-example-amber.vercel.app/
GitHub repo: GitHub - amyegan/angular-example · GitHub
Build settings: Angular preset without overrides
You could try removing your production overrides before redeploying. If that doesn’t work, it would be good if you can to share your repo or a minimal reproducible example so we can help you figure out what other configuration changes are needed for your project.
vladyn
(Vladyn)
April 6, 2026, 4:37pm
10
Yes, you’re right for the production overrides. No everything shines. Thak you!
1 Like
amyegan
(Amy Egan)
April 7, 2026, 4:14pm
11
Glad that worked for you!