Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long time to deploy SSR Angular 17 app and always fails #1555

Open
HeyBaldur opened this issue Oct 1, 2024 · 0 comments
Open

Long time to deploy SSR Angular 17 app and always fails #1555

HeyBaldur opened this issue Oct 1, 2024 · 0 comments

Comments

@HeyBaldur
Copy link

HeyBaldur commented Oct 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant