Costantin
Costantin
Closing because if I understood correctly from another issue I just need to add: `pageTrackerUseFullPath: true` to the options. If I'm wrong please let me know. Thanks a lot!
Reopening, this because the `pageTrackerUseFullPath` does the opposite, is shows query parameters. I want instead to hide them, which should be the default but it's not working for me. I'm...
I've removed everything from the function which could lead to the problem and squeezed all in one, I even hardcoded the URL like this: ``` def exchange_code(request): #/setup scope =...
I arrived at the conclusion that this: ``` token = oauth.fetch_token( 'https://accounts.google.com/o/oauth2/token', authorization_response=authorization_code, client_secret=settings.GOOGLE_OAUTH2_CLIENT_SECRET) ``` Causes chrome to say that `The page includes a form with a non-secure "action" attribute.`....
Hi @Lukasa thanks for helping. How do I check that?
The page is indeed "not fully protected" but it's because of the `auth.fetch_token`, if I remove it the page is fully protected. Check this screenshot https://snag.gy/7y1Y6n.jpg
But the problem is that is not even a webpage. It has no html. It's just a django view which receives the code exchange it for a tokes saves it...
What I currently use and seems to work is creating a plugin called `gs.client.js` with: ``` import Vue from 'vue'; import VueGtag from 'vue-gtag'; export default ({ isDev }) =>...
Hello, I've followed this guide and all seem to work perfectly on localhost. However when I deploy using `nuxt-generate` it seems that it shows always the `root-domain` and never the...
Same here. When reloading the page I always get `Unexpected token https://cl.ly/17120b). When navigating with `this.$router.push("/pagex")` it seems to work. When I reload manually or with hot-reload it throws the...