--base-href with full URL embedding it into paths #29590
Labels
area: @angular/ssr
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Command
build
Is this a regression?
The previous version in which this bug was not present was
19.1.4
Description
After upgrading to the latest version, my project is embedding the full URL passed to
--base-ref
into the generated file paths in thedist
directory, as well asprerendered-routes.json
.A workaround is to only use a path instead of a full URL.
Minimal Reproduction
To reproduce:
Expected from last command:
Actual:
Additionally, I see:
which doesn't look right.
Exception or Error
Your Environment
Anything else relevant?
Real project/revision where I saw this:
https://github.com/rdamazio/efis-editor/tree/c64c14f82890cbc2b55c81df4d7f61723ffec22e
The text was updated successfully, but these errors were encountered: