Skip to content
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

Error when adding firebase Auth #17

Open
educkf opened this issue Sep 21, 2018 · 2 comments
Open

Error when adding firebase Auth #17

educkf opened this issue Sep 21, 2018 · 2 comments

Comments

@educkf
Copy link

educkf commented Sep 21, 2018

I tried to "merge" this example with your other example using Firebase Auth, but I keep getting the error:

The XMLHttpRequest compatibility library was not found.

This error happens on server render, only when I import Auth to the vuex store.
Any idea on how to solve it?
thanks!

@franklinkemta
Copy link

I also have the same isssue with nuxt universal config. When i use express instead of nuxt as default server am able to solve this by adding the XMLHttpRequest compatibility module to the server/index.js

global.XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest

but using nuxt as default the same problem appear

@RouillerRomain
Copy link

no one else ....?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants