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.

3.0.5 Cant Deploy

See original GitHub issue

Hi, I just updated the firebase tools to 3.0.5 from 3.0.4 and I am now unable to deploy via node ./node_modules/firebase-tools/bin/firebase deploy --token {FIREBASE_TOKEN}. The following message is returned in the console.

Error: HTTP Error: 400, hosting.version must be a valid deployed version

I have rolled back to 3.0.4 and everything is fine again, so it appears to be an issue with the latest update.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mbleighcommented, Aug 2, 2016

Ah, I see the issue. You’ll need to make your rules.json file have a rules key:

{
  "rules": {
    ".read": true,
    ".write": true
  }
}

This wasn’t the case in 3.0.4 (with or without were both acceptable). That should unblock you, but I’ll keep this open as a tracking bug for handling that better.

0reactions
neilcampbellcommented, Aug 3, 2016

Ok cool thanks @mbleigh and @laurenzlong

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

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