Questions tagged [nuxtjs]

Please use the nuxt.js tag rather than this one for Nuxt general questions.

Please use the nuxt.js tag rather than this one for Nuxt general questions.

319 questions
5
votes
3 answers

nuxt auth : Google provider return invalid_request

I try to set google authentication with Nuxt Auth module, but I got following error from google: Error 400 : invalid_request Parameter not allowed for this message type: nonce Here is my config // nuxt.config.js modules: ["@nuxtjs/axios",…
ZecKa
  • 2,552
  • 2
  • 21
  • 39
5
votes
4 answers

Nuxtjs Auth module not working in the middleware

Hi I found an old question similar to mine with no answer on StackOverFlow : nuxtjs/auth axios not sending cookie Also here on GitHub, without a valid solution: https://github.com/nuxt-community/auth-module/issues/478 So the problem is that if I…
Fabio Magarelli
  • 1,031
  • 4
  • 14
  • 47
5
votes
0 answers

How to set X-Frame-Options in Nuxt.js/Vue.js app

I want to load a web page inside a iframe tag element. For example: Which gives me this error: Refused to display 'https://www.google.com/' in a frame because it set 'X-Frame-Options' to…
Emil Majer
  • 143
  • 1
  • 3
  • 11
5
votes
1 answer

How to create a Pre-Loading/ Splash Screen in Nuxt.js before the app starts?

I have tried to add a loader as shown in the nuxt.js documentation in between the routes but its not work. But I'm not able to add a splash screen before the app starts. Code snippet in my components/loading.vue