Prerender pages with query to SSR and Localize #29587
Labels
area: @angular/build
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When building an angular project where SSR and Localize are set up in addition to hybrid rendering, an error occurs.
The host "ng-localhost" is used and obviously, the request to SSR failed.
I build using the command:
ng build --localize
I want pre-rendered pages that call the method I declare in SSR to load some content from a database and build the website. It makes sense because this database is not updated often (it lists for example the menu items).
I don't have the error if localize is not set up.
Minimal Reproduction
https://github.com/detobel36/angular-ssr-localize
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: