-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix Angular SSR deployment on Windows #6544
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
Merged
jamesdaniels
merged 1 commit into
firebase:master
from
sonallux:fix/6543-angular-ssr-windows
Dec 1, 2023
Merged
Fix Angular SSR deployment on Windows #6544
jamesdaniels
merged 1 commit into
firebase:master
from
sonallux:fix/6543-angular-ssr-windows
Dec 1, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1cc4410
to
5379d78
Compare
9kubczas4
reviewed
Nov 29, 2023
444de08
to
e9be80f
Compare
9kubczas4
approved these changes
Nov 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jamesdaniels
requested changes
Nov 29, 2023
e9be80f
to
c2fe032
Compare
jamesdaniels
approved these changes
Nov 30, 2023
Description
This PR fixes #6543 by replacing all backslashes in the
serverOutputPath
with normal slashes.Scenarios Tested
I have successfully deployed an Angular 17 SSR App with my changes and the Cloud Functions to not error anymore and the path in the generated
bootstrap.js
is correct.Sample Commands
None