You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: