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

Random Failures on Deploy #585

Closed
benoj opened this issue Jan 3, 2018 · 2 comments
Closed

Random Failures on Deploy #585

benoj opened this issue Jan 3, 2018 · 2 comments

Comments

@benoj
Copy link

benoj commented Jan 3, 2018

Version info

3.16.0

Steps to reproduce

I have 13 database functions and 2 https functions mapping to express apps.

firebase deploy --only functions

Expected behavior

Deployment works for valid code

Actual behavior

When I deploy I get random "Deployment error." from CLI on some of the functions. When I run again I get it on other functions. After a while they all deploy.

Logs say "Error in the build environment"

@merlinnot
Copy link
Contributor

Please see #536 (comment)

"Error in the build environment" usually indicates a production issue, in that case please file a support ticket at https://firebase.google.com/support/, you can see if there are any ongoing production issues by visiting the Firebase Status Dashboard

Many people get these, I've filled an issue myself.

You should provide the following information so that they can investigate on this more:

  • Complete error logs you're referring to (Screenshots would be great)
  • Your function's code that reproduces the issue (index.js) so they can run this locally and replicate the issue on their end
  • Detailed step by step instructions to reproduce the issue
  • package.json
  • Your "firebase-debug.log" (Add --debug flag when executing firebase deploy)
  • The "firebase-tools" version that you are using (You can obtain the version by running the "firebase -V" or "firebase --version" command)
  • Your "Node.js" version (You can obtain the version by running the "node --version" command)
  • Any other extra information that you can share

@mbleigh
Copy link
Contributor

mbleigh commented Jan 29, 2018

Please re-open with more details if you're still having trouble, and thanks for the suggestions @merlinnot

@mbleigh mbleigh closed this as completed Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants