Long time to deploy SSR Angular 17 app and always fails
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I just added a very simple app with the following dependencies
```
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/platform-server": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/ssr": "^17.3.6",
"@auth0/angular-jwt": "^5.2.0",
"@tailwindcss/forms": "^0.5.7",
"angular-oauth2-oidc": "^17.0.2",
"express": "^4.18.2",
"marked": "^12.0.2",
"ngx-localstorage": "^6.0.0",
"ngx-markdown": "^17.2.1",
"ngx-sonner": "^1.0.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"stackedit-js": "^1.0.7",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
```
But it take an extreme amount of time, is there any particular reason why this is happening, Angular SSR does not provide any information, no information can be found in internet, and it is becoming in a very tensive situation.
It is important to mention it is **Server side rendering** app in Angular 17.
Is is a bug for Azure?
Almost 1 hour and the error always is
```
Oryx has timed out while building app, the current limit is 15 minutes. Failing build. To adjust the build timeout, please set the 'build_timeout_in_minutes' property in your workflow file. For more information, please visit https://learn.microsoft.com/azure/static-web-apps/build-configuration#extend-build-timeout
```
Locally it takes 11.25 secs but in Azure is enormous the amount of time.
But it is already extended to 1 hour.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.