Deploying Angular ssr to firebase #2948
Replies: 2 comments 5 replies
-
Are you using intending to use |
Beta Was this translation helpful? Give feedback.
-
Hi @jamesdaniels, I have got the same kind of issue when using ng deploy with the ssr and i18n. With ssr alone, I had in the view source the page content. So it was working as expected (SEO compliant). Should I open a new issue in that regard ? |
Beta Was this translation helpful? Give feedback.
-
Version info
Angular: ~12.2.0
Firebase: ^9.0.0
AngularFire: 7.0.4
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
I was using
npx firebase deploy --only functions,hosting:user
to deploy my user app and it was working well,Now there is no error after using this command but SSR not working "when try ctrl+u" there is no SSR code there
Failing test unit, Stackblitz demonstrating the problem
Steps to set up and reproduce
Sample data and security rules
Debug output
** Errors in the JavaScript console **
** Output from
firebase.database().enableLogging(true);
**** Screenshots **
Expected behavior
Actual behavior
Beta Was this translation helpful? Give feedback.
All reactions