-
Notifications
You must be signed in to change notification settings - Fork 12
Error deploying when not prerendering #100
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
Thanks for reporting! I'll work on a fix. |
Fix released in https://github.com/netlify/angular-runtime/releases/tag/v2.0.6. Let me know if that fixes it for you! |
Still getting the error If I set it to this:
it works fine, but I shouldn't have to. J |
Gotcha! I forgot that I also need to release the new version of the plugin to the Netlify infra, so it's applied to your site. Did that with netlify/plugins#1310. Could you try again? |
Yup, fixed it. Thanks! J |
Describe the bug
I don't want my front page prerendered, as I could have dynamic content there for SEO. I change
prerender
tofalse
, and it will not deploy.To Reproduce
Steps to reproduce the behavior:
Create a new Angular SSR project. Change
projects.architect.prerender
tofalse
inangular.json
. Then connect your Git Repository in Netlify and deploy.Expected behavior
It should deploy without error.
Versions
Logs
J
The text was updated successfully, but these errors were encountered: