After building Angular 19 application with SSR and with "prerender": false parameter running the application node dist/app_name/server/server.mjs there is an error occurs.
Error: Angular app engine manifest is not set. Please ensure you are using the '@angular/build:application' builder to build your server application.
But manifest files exist in the server folder
I want to use SSR but don't want make the prerender. Because of it makes requests to the API during application building

