Remi Huigen
Remi Huigen
Okay, I did some more research and testing for the issues mentioned above, and came up with a workaround that seems to do the trick (at least partially). I'm not...
> Hi. This is an strange issue. Meanwhile we don't install dependencies of remote sources, it seems search path is also broken somehow. I will investigate better but meanwhile, as...
Same here! Just contacted support, since i don't think they are gonna respond to this github issue. Will post update if I get a response
> Same here! Just contacted support, since i don't think they are gonna respond to this github issue. Will post update if I get a response Just got a reply...
@drusellers try this 👇 ``` import VueGtag from 'vue-gtag-next' export default defineNuxtPlugin((nuxtApp) => { const config = useRuntimeConfig() nuxtApp.vueApp.use(VueGtag.default, { property: { id: config.public.googleAnalyticsId, }, }) }) ``` Actually, I...
@harlan-zw Running into similar issues.... I have set up an identity in nuxt.config.ts ``` schemaOrg: { identity: { type: 'Organization', name: '', url: ', logo: "", sameAs: [ "", ],...
Thanks for the reply! I indeed disabled the defaults in ``nuxt.config`` and wrote a composable to handle the logic.
We'll, ``Σ Total size: 5.96 MB (2.18 MB gzip)`` failed 😅. So i guess its somewhere between 1.19 - 2.18
Well the ts error is popping up in local development. I'm using it in a [nitro server route](https://nitro.build/guide/routing) The method itself works, both in node environment and in CF workers....
log output of client.transporter.algoliaAgent.value: `Algolia for JavaScript (5.21.0); Search (5.21.0); Node.js (22.14.0)` See reproduction: https://stackblitz.com/edit/nuxt-starter-l3ypukxx?file=modules%2Fsearch%2Findex.ts After installing the deps, line 19 of ./modules/search/index gives the typescript error Please note that...