vue-msal icon indicating copy to clipboard operation
vue-msal copied to clipboard

Nuxt mode requirement

Open andrebianchessi opened this issue 5 years ago • 1 comments

When using nuxt, mode: 'spa' is required in nuxt.config.js. mode: universal won't work. Although this might be obvious for some, begginers might take a long time to figure this out (as it happened with me).

I suggest this to be added in on the Nuxt Usage section.

andrebianchessi avatar Jul 31 '20 16:07 andrebianchessi

i guess you got the non_browser_environment: Login and token requests are not supported in non-browser environments. error?

Venipa avatar May 21 '21 20:05 Venipa