question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: The entered credentials were incorrect after upgrade to 3.0.2

See original GitHub issue

After upgrading to 3.0.2, i receive this error when deploying. Reverting to 3.0.0 fixes the issue.

beautifulslides > firebase deploy --debug
----------------------------------------------------------------------
Command:      /usr/local/bin/node /usr/local/bin/firebase deploy --debug
CLI Version:  3.0.2
Platform:     darwin
Node Version: v4.4.3
Time:         Thu Jun 02 2016 17:49:07 GMT-0700 (PDT)
----------------------------------------------------------------------

> command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase"]
>>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/beautifulslides 

Error: The entered credentials were incorrect.
Error Context: {
  "requestOptions": {
    "method": "GET",
    "json": true,
    "url": "https://admin.firebase.com/v1/projects/beautifulslides",
    "headers": {
      "authorization": "Bearer ya29.Ci_2AhwH9BFhZJc0U58AYhQXuLmWpzYQ_9q7jQv-Qddovo33cVMRZdu4oLQDPg3Rxg"
    }
  },
  "body": {
    "error": {
      "code": "AUTHENTICATION_ERROR",
      "message": "The entered credentials were incorrect."
    }
  },
  "response": {
    "statusCode": 401,
    "body": {
      "error": {
        "code": "AUTHENTICATION_ERROR",
        "message": "The entered credentials were incorrect."
      }
    },
    "headers": {
      "server": "nginx",
      "date": "Fri, 03 Jun 2016 00:49:07 GMT",
      "content-type": "application/json; charset=utf-8",
      "content-length": "93",
      "connection": "close",
      "x-content-type-options": "nosniff"
    },
    "request": {
      "uri": {
        "protocol": "https:",
        "slashes": true,
        "auth": null,
        "host": "admin.firebase.com",
        "port": 443,
        "hostname": "admin.firebase.com",
        "hash": null,
        "search": null,
        "query": null,
        "pathname": "/v1/projects/beautifulslides",
        "path": "/v1/projects/beautifulslides",
        "href": "https://admin.firebase.com/v1/projects/beautifulslides"
      },
      "method": "GET",
      "headers": {
        "authorization": "Bearer ya29.Ci_2AhwH9BFhZJc0U58AYhQXuLmWpzYQ_9q7jQv-Qddovo33cVMRZdu4oLQDPg3Rxg",
        "accept": "application/json"
      }
    }
  }
}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
mbleighcommented, Jun 9, 2016

Hi folks, I’m not able to reproduce this issue on any machine I’ve tried it on. Also, between 3.0.0 and 3.0.2 there weren’t any changes that I can see affecting deploy in this way.

Can you also please doublecheck the following:

  1. Run firebase list and determine the project id of the project you’re having deploy problems with.
  2. Run cat .firebaserc in your project directory and compare the project there to the project id.
  3. If they don’t match, make them match.
  4. Try deploying again.

In 3.0.0 we had a bug where we kept using the legacy Firebase namespace instead of the new project id when migrating projects. My best guess is this is the problem.

2reactions
jatinrevcommented, Nov 12, 2016

Just delete firebase file i.e : .firebaserc, firebase.json, then run commands : firebase login, firebase init, firebase deploy, everything works fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VMware NSX-T Data Center 3.0.2 Release Notes
Post uniscale upgrade networking component page shows an "Index out of sync" error. Workaround: Log in to NSX Manager with admin credentials and ......
Read more >
[SOLVED] [4.0.0.0] admin & password reset problem
I just can't get into the admin page. I don't get the normal "login error" message that you see with OC3.0.2.0 when you...
Read more >
MoneyWell Release Notes
Add more useful error message when trying to enter license code. ... Fixed a bug where the incorrect Event was selected after creating...
Read more >
ArcGIS Pro 3.0 Issues Addressed - Esri
BUG -000135738 Running the LAS Building Multipatch tool returns the following error message, "Error. 999999 Something unexpected caused the tool to fail." BUG- ......
Read more >
Paypal sandbox login error : Some of your info isn't correct ...
Even after creating an account, sandbox-acc i was still getting the same problem. I noticed that when you create an account from the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found