-
Notifications
You must be signed in to change notification settings - Fork 13
Angular 17 browser
builder is not supported
#86
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
Comments
Seems like that's this package is also for Angular Universal. If the runtime is removed in the Site Settings, the deployment works. This package should definitely be adapted. More info in my comment in the Netlify forum: https://answers.netlify.com/t/angular-deployment-issue/106276/23?u=mariusbolik |
I believe this should be fixed by #94. Working on releasing that now! |
The fix was published as under https://github.com/netlify/angular-runtime/releases/tag/v2.0.5. I'll work on rolling that out to Netlify now! |
Rolls out a fix to netlify/angular-runtime#86
Rolls out a fix to netlify/angular-runtime#86
Done! Could y'all double-check if this fixed the issue on your end? If you installed the runtime via |
I'll go ahead and close this, happy to reopen if you encounter other issues with this! |
Describe the bug
I am currently still using the
browser
builder with Angular 17. Unfortunately, the new Netlify Angular Runtime only supports the newapplication
builder. So when deploying an Angular 17 app with thebrowser
builder the following error message is show on the Netlify UI:To Reproduce
Steps to reproduce the behavior:
browser
builderError message: Deploy did not succeed: Deploy directory "dist/angular-music/browser" does not exist
Expected behavior
I can deploy an Angular 17 app with the
browser
builder to NetlifyVersions
If you're using the CLI to build
If you're using file-based installation
The text was updated successfully, but these errors were encountered: