You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build:ssr:staging": "ng build --configuration=staging && ng run my-project:server:staging",
Is this a regression?
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
I've just upgraded from angular 13 to angular 18, Added SSR. But while running the build command it gives Project target does not exist . Here is my angular.json
The text was updated successfully, but these errors were encountered:
imvikasdeep
changed the title
Error Project target does not exist While building SSR
Error "Project target does not exist" While building SSR
May 2, 2025
Command
"build:ssr:staging": "ng build --configuration=staging && ng run my-project:server:staging",
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I've just upgraded from angular 13 to angular 18, Added SSR. But while running the build command it gives Project target does not exist . Here is my angular.json
Minimal Reproduction
angular.json
this is my server.ts
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: