-
Notifications
You must be signed in to change notification settings - Fork 1k
Webframeworks project deployment fails on v14 #8378
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
Webframeworks project deployment fails on v14 #8378
Comments
Github action: |
Hello! I'm having the exact same issue. And I imagine a lot more people will have it soon. By default my deploy script installs the latest firebase-tool package. I was fighting for the last 2 and a half hours with our code until I saw that the version 14 of this package was published ~3h ago. The only breaking change I see in the release notes, related to cloud functions is this:
Anyhow, the fix that worked for us:
Thanks! |
![]() I think the issue is related to the above warning we used to get in |
@OutdatedGuy actually, |
Can you give details about how your |
Sure
|
I'm experiencing the exact same issue with Firebase CLI v14.0.0. The error occurs even on a fresh project. Fix #8378 (comment) works |
I'm experiencing the exact same issue with Firebase CLI v14.0.0. The error occurs even on a fresh project |
I though I was crazy! Similar problems here with |
If you are using Something like this would work:
|
@redian that's exactly what we did, thanks |
We've released a new version with a fix (14.0.1). Sorry for the confusion everyone. |
Thank you! I guess we'll stick to v13 for a week just in case... |
Already is ready this version npm install -g [email protected] |
@taeold : I still get this on 14.0.1, as recent as an hour ago running |
in github all ok with version 14.0.1 |
This worked for me
|
I am using Firebase CLI v14.1.0 and still get the error. Here you see that I'm using v14.1.0 Error: |
firebase/firebase-tools#8378 (comment) mentioned that 14.0.1 fixed the issue with the Next.js deployment failure but the still exist, see my comment: firebase/firebase-tools#8378 (comment). According to [this comment](firebase/firebase-tools#8378 (comment)), we can use Firebase CLI v13 instead of v14 as a workaround for now (should be fixed in the next few weeks).
[REQUIRED] Environment info
firebase-tools: v14.0.0
Platform: ubuntu (github action)
[REQUIRED] Test case
npx firebase-tools@latest hosting:channel:deploy <channel> --only production --expires 7d --project <my-gcloud-project> --json
or
npx firebase-tools@latest deploy --only hosting:production --project <my-gcloud-project> --json
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
Project deploys (still happens with v13.35.1)
[REQUIRED] Actual behavior
Initial run:
After adjusting the settings:
The text was updated successfully, but these errors were encountered: