You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @angular/* package(s) are the source of the bug?
router, Don't known / other
Is this a regression?
Yes
Description
I try to prerender a web app which uses CDN for the static files so document.baseURI and APP_BASE_HREF are different and document.baseURI looks like https://aws-blablabla.com/version-0001/build-0002/.
For the discovered routes everything works fine but if I need to indicate the dynamic ones it generates the wrong path like https:/ aws-blablabla.com/ version-0001/ build-0002/ dynamic/ path/ 01/ but it must be dynamic/ path/ 01/
Please provide the environment you discovered this bug in (run ng version)
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information.
If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template.
Which @angular/* package(s) are the source of the bug?
router, Don't known / other
Is this a regression?
Yes
Description
I try to prerender a web app which uses CDN for the static files so
document.baseURI
andAPP_BASE_HREF
are different anddocument.baseURI
looks likehttps://aws-blablabla.com/version-0001/build-0002/
.For the discovered routes everything works fine but if I need to indicate the dynamic ones it generates the wrong path like
https:/ aws-blablabla.com/ version-0001/ build-0002/ dynamic/ path/ 01/
but it must bedynamic/ path/ 01/
Please provide the environment you discovered this bug in (run
ng version
)The text was updated successfully, but these errors were encountered: