Riyasree
Riyasree

Reputation: 776

Cannot read property 'deploys' of undefined

I am getting an error while deploying my Angular app containing Firebase Cloud Functions to Firebase. I've no clue why am I getting this even after "deploy complete" message. Please help.

Below are the last few lines of CLI.

=== Deploying to 'havok-test'...

i  deploying hosting

+  Deploy complete!

Project Console: https://console.firebase.google.com/project/havok-test/overview
Cannot read property 'deploys' of undefined

Upvotes: 1

Views: 530

Answers (1)

gso_gabriel
gso_gabriel

Reputation: 4660

Posting this as Community wiki, as per comments in the question. Feel free to modify it as your will

The best approach for this case is to File a bug report for the Firebase CLI, on its official GitHub. The bug can be reported using this following link here: Firebase CLI Repository.

Since they are the developers for the mentioned feature, they should be able to better handle this case.

Thanks @DougStevenson and @FrankvanPuffelen for the information!

Upvotes: 1

Related Questions