angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.66k stars 2.19k forks source link

Error: could not handle the request when deploy #1883

Closed docaohuynh closed 3 years ago

docaohuynh commented 5 years ago

Hi team! I'm working to config Server-side rendering follow by this instructions https://github.com/angular/angularfire2/blob/master/docs/universal/cloud-functions.md It work at localhost when run firebase servebut when I deploy to hosting firebase deploy It just return error message Error: could not handle the request My version Angular 6.1.7 Firebase: 4.2.1 AngularFire: 5.0.0 Thanks!

edycarreyes99 commented 5 years ago

i have the same problem too... Exactly like you are discribing it. Someone that can help us please?

docaohuynh commented 5 years ago

@edycarreyes99 I have found that you must copy all dependencies on package json to functions/package.json and install it

jamesdaniels commented 3 years ago

Closing as outdated.