-
Notifications
You must be signed in to change notification settings - Fork 2.2k
AngularFirestoreModule causes Angular Server Side Rendering to fail. #2129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm also fighting against this problem. Does anyone have a clue? :) |
@jlmonteagudo No solution for now. Please share this issue |
Use v5.1.3, see #2115 |
The same problem here I'm using: Angular: v8.2 |
@marcjal Have you tried Angularfire v5.1.3? |
@WUKS87 Let me see that version I hadn’t tried yet. Thanks |
Closing as outdated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version info
Angular:
v8.1
Firebase:
v6.3
AngularFire:
v5.2.1
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
Adding
AngularFirestoreModule
to the project causes Angular Server Side Rendering to fail when running the serve command, i.e.npm run build:ssr
- after the build.It fails with the same error when running
firebase serve
orfirebase deploy
.When the
AngularFirestoreModule
is removed from the application, however, the build and serve work.Debug output
Expected behavior
Serve or deploy the application with Server Side Rendering functionality.
Actual behavior
Error in the console, as per above.
The text was updated successfully, but these errors were encountered: