Angular app page not found after deployment

When I was deploying , I had to fix many deployment errors related to angular version and nodejs packages. All of a sudden the login page stop working, I was kicked out of my account and the login page was showing error below. It came back after sometimes.
After successful build of my website, the same thing is happening to my website now . So now I am assuming it is a netlify error because , my website has only minor warnings.
Error:
Page not found

Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.


If this is your site, and you weren’t expecting a 404 for this path, please visit Netlify’s “page not found” support guide for troubleshooting tips.

My website is : servicesatmydoor.netlify.app

@dirm02 Is this a ‘static site’ or are you using Server-Side Rendering (SSR)?

You can see what has been deployed using the Deploy File Browser:
https://answers.netlify.com/t/new-feature-browse-files-in-your-deploy-with-the-deploy-file-browser/105196

Check if it matches what you would expect your site to deploy.

It is just a static site. I enabled SSR because mostly it is by default now.
I redeployed and no luck. So far this error is persistent and I am feeling like it is coming from netlify.

here is my build page and here is the preview. I am not sure what is happening.

I think we can do better than a feeling.

Just because a build completes successfully, doesn’t mean it has deployed what you believe it has.

Did you use the Deploy File Browser that I linked to confirm what files have been deployed?

If it’s just a static site, checking that, combined with the build log details, (not just a screenshot of the overview steps), should provide all the information that you need to know precisely what is happening.

You are absolutely right , it partially SSR not handled and after reviewing my deploy file , it was pointing to a folder that do not exist.
Now my website is deploying with minor route issues but it works.
To be frank my login issues prior to this deploy error threw me off.
Thank you we can close this ticket.