-
Notifications
You must be signed in to change notification settings - Fork 203
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
v5.1.0 Fails to deploy on "firebaseextensions.instances.list" #1598
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
I got an error "firebase cloud error Failed to load function definition from source" when I upgraded from 5.0.1 to 5.1.0 |
Same issue here.
|
I am seeing an issue when deploying via CI probably due to a similar/related issue with a change made in 5.1.0
|
I was able to resolve this by updating to the latest version of firebase-tools (13.16.0) |
@jeffgaynor @rendomnet @christopheramason Were you able to solve this as well by upgrading the firebase-tools package? |
Hey @jeffgaynor. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @jeffgaynor if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
@google-oss-bot : I'm facing the same issue. Could you please re-open it? What's the most fitted IAM role for
Also mentioned here: |
|
Related issues
n/a
[REQUIRED] Version info
node: v20.16.0
firebase-functions: ^5.1.0
firebase-tools: ^13.15.3
firebase-admin: "^12.3.1"
[REQUIRED] Test case
Run
firebase deploy --only functions --force
[REQUIRED] Steps to reproduce
Upgrade Firebase Functions to latest version: 5.1.0
[REQUIRED] Expected behavior
Functions deploy successfully
[REQUIRED] Actual behavior
Functions fail to deploy
Were you able to successfully deploy your functions?
Initial output was:
Running deploy with debugging shows this detail:
Downgrading identical code to v5.0.1 works. So it's definitely an issue with v5.1.0, which included this: #1590 related to extensions.
The text was updated successfully, but these errors were encountered: