3.0.5 Cant Deploy
See original GitHub issueHi,
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:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, I see the issue. You’ll need to make your
rules.json
file have arules
key: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.Ok cool thanks @mbleigh and @laurenzlong