Paul
Paul
**Describe the bug** The vue sdk is not exporting `trackConversion` or `builder` for `builder.trackConversion()` to be able to track conversions in vue. **To Reproduce** Steps to reproduce the behavior: 1....
### Environment nuxt: "4.1.3", nitropack: "2.12.7", node: "Vercel runtime (Node 22.x)" ### Nuxt config (relevant excerpt) ```ts // nuxt.config.ts export default defineNuxtConfig({ routeRules: { "/fachrichtungen": { isr: { allowQuery: ["location"],...
**Description** Currently when using `updateEntriesInMeilisearch` the entries do not get updated because the get removed in the loop of `removeUnpublishedArticles` because `publishedAt` is set to `null` in strapi 5 also...