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 tried to apply Vue-SSR, but get the error in store: auth.js
state: {userId: Meteor.userId(),// On initial load the userId will come from Meteoremail: null,isEmailVerified: null,profile: null,userDetailsLoaded: false,},---------------------Meteor.userIdcanonlybeinvokedinmethodcallsorpublications
The text was updated successfully, but these errors were encountered:
I tried to apply
Vue-SSR
, but get the error instore: auth.js
The text was updated successfully, but these errors were encountered: