Skip to content
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

Fix path issue in Windows deployments for Next.js SSR #7148

Merged
merged 6 commits into from
May 20, 2024

Conversation

leoortizz
Copy link
Member

@leoortizz leoortizz commented May 9, 2024

Description

The realpath option in Windows was conflicting with absolute: false, causing glob to return absolute paths in Windows. Now that relative paths are expected and the final path is built with join, we don't need realpath anymore.

Fixes #7146.

Scenarios Tested

https://github.com/firebase/firebase-tools/actions/runs/9022861095/job/24793571043?pr=7032

Sample Commands

@leoortizz leoortizz marked this pull request as draft May 9, 2024 20:04
leoortizz added a commit that referenced this pull request May 9, 2024
@leoortizz leoortizz self-assigned this May 9, 2024
@leoortizz leoortizz requested a review from jamesdaniels May 9, 2024 20:21
@leoortizz leoortizz marked this pull request as ready for review May 9, 2024 20:21
@leoortizz leoortizz changed the title remove realpath option May 9, 2024
@leoortizz leoortizz enabled auto-merge (squash) May 9, 2024 20:58
Copy link
Member

@jamesdaniels jamesdaniels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, we're in codefreeze RN. We can merge once lifted

@leoortizz leoortizz merged commit e242108 into master May 20, 2024
35 checks passed
@leoortizz leoortizz deleted the leoortizz_fix7146 branch May 20, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment