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
When using nuxt dont add '@/plugins/msal' to your nuxt.config.js, instead add { src: '@/plugins/msal', ssr: false }. It will not work when server-side rendered, as there is no window.
The text was updated successfully, but these errors were encountered:
When using nuxt dont add
'@/plugins/msal'
to yournuxt.config.js
, instead add{ src: '@/plugins/msal', ssr: false }
. It will not work when server-side rendered, as there is nowindow
.The text was updated successfully, but these errors were encountered: