Saurou
Saurou
I second this. The init() function seems to start but the actual analytics doesn't seem to (adBlocker is not blocking anything related) EDIT: I added: ` gtm: { enabled: true,...
I have been banging my head on this for a while (until found this page and stopped, so thanks). If you look at this video [here](https://youtu.be/joc9j9e-D3s?t=1012) at 16:52 (should start...
Thanks @yvess I've been trying to use your approach, as like you I was using only smart queries but I would like to use the new Nuxt Full Static. I...
Yes, I changed it for my queries and still using my .gql files that were working with smart queries. in the end I have something like: `{{ home.title }}` then...
Thanks @shidcordero ! Unlike the asyncData method I was trying, with fetch I can pull the data in my pages. Unfortunately when I test it with Nuxt Serve, I can...
> thats why its called full static as it intends to be fully static data(from payload) you wont expect it to fetch the data as it generates it upon building....
_small update:_ I've been trying to make apollo work with the new full static and so far I had the following results: **1.** **fetch** works on pages, layouts and components,...
@Diizzayy thanks. It looks like the .env was deleted on the server, for some reason, hence why the error. That's also why I was not getting the warning locally. I...
@davideapvd solution works, the plugin adds the gtm code and tracking (at least a basic one) seems to work. The bit I am not being able to figure out is...
Looks like the issue might be related to the token. After many tries I gave a go to [nuxt-graphql-client](https://nuxt-graphql-client.web.app/) instead. While testing I made the api public and everything immediately...