I am trying to deploy a full stack MEAN application on render. I was able to get the front end application working through the static site. However, the backened application is giving me an error even though it was successfully deployed.
Frontend Settings:
Build Command: npm run build
Start Command: ng build
Frontend code is working properly. while trying to access backend api from deployed code it gives 404 not found, but backend code is deployed successfully.