-
Notifications
You must be signed in to change notification settings - Fork 11
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
Angular 19, SSR, and the Angular Runtime #246
Comments
I spent the morning looking over @netlify/angular-runtime source code here and it seems I had the 'ANGULAR_PROJECT' env var mis configured. That led me to another error I am working through. But it still seems like there is a bug here. Why was |
Let's keep this issue about
error which I have prepared fix for. If there are more actual bugs, please open separate issue about them (it's just much easier to track things this way)
Absolutely there is a bug. #247 is making changes to actually set |
Fix for
errors hiding actual underlying problems was released in https://github.com/netlify/angular-runtime/releases/tag/v2.2.2 With that I'll close this issue. Please open new issues if
turns out to be |
Yes thats the plan, sorry it that wasn't clear. I'm not sure its a |
Describe the bug
When I have the Angular runtime "active" in the Netlify UI build settings I get a
TypeError: failBuild is not a function
Error. When I remove the Angular runtime the App builds and is fine but SSR doesnt work and no edge functions are deployed.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build to complete and deploy with edge functions
Versions
netlify.toml: (have tried many iterations of this file. with/without the
browser
and with/without the redirects)Things I tried:
Here is the stacktrace for the error
I posted in more detail on the Netlify forms but considering this seems like it might be an issue with this package I would post and issue here.
The text was updated successfully, but these errors were encountered: