",[],1885,"nuxt","nuxt.com","open","[Nuxt Website]: \u003Cno response> Failed to fetch","2025-05-03T08:24:49Z","https://github.com/nuxt/nuxt.com/issues/1885",0.72529405,{"description":3017,"labels":3028,"number":3029,"owner":3020,"repository":3020,"state":3022,"title":3023,"updated_at":3030,"url":3031,"score":3026},[],31986,"2025-05-03T06:58:04Z","https://github.com/nuxt/nuxt/issues/31986",{"description":3033,"labels":3034,"number":3038,"owner":3020,"repository":3039,"state":3022,"title":3040,"updated_at":3041,"url":3042,"score":3043},"### 🆒 Your use case\n\nFor server-side tagging a custom src needs to be set for Google Tag Manager.\n\nCurrently this src is hard coded in: https://github.com/nuxt/scripts/blob/f96f7b51549f302160559041bbf056589e899b04/src/runtime/registry/google-tag-manager.ts#L47\n\nWhenever we want to change the src manually the ID is no longer appended, make it so we have to define the ID twice.\n\n```\ngoogleTagManager: {\n\tid: 'GTM-123456',\n\tscriptInput: {\n\t\tsrc: 'https://gtm.example.com/gtm.js?id=GTM-123456',\n\t},\n},\n```\n\n### 🆕 The solution you'd like\n\n\nA simple solution to the problem could be to add an option for the src.\n\n`src: withQuery(options?.src || 'https://www.googletagmanager.com/gtm.js', { id: options?.id, l: options?.l }),`\n\nWhich makes it so we can easily change it like so:\n\n```\ngoogleTagManager: {\n\tid: 'GTM-123456',\n\tsrc: 'https://gtm.example.com/gtm.js'\n},\n```\n\n### 🔍 Alternatives you've considered\n\n_No response_\n\n### ℹ️ Additional info\n\n_No response_",[3035],{"name":3036,"color":3037},"enhancement","a2eeef",404,"scripts","Allow changing the Google Tag Manager script src","2025-03-19T16:20:34Z","https://github.com/nuxt/scripts/issues/404",0.7284013,{"description":3045,"labels":3046,"number":3050,"owner":3020,"repository":3051,"state":3052,"title":3053,"updated_at":3054,"url":3055,"score":3056},"### Environment\n\nWorking directory: /home/projects/nuxt-vitest-pvfdx1 4:14:31 PM\r\nNuxt project info: 4:14:31 PM\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.8.2\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: pnpm@8.10.5\r\n- Builder: -\r\n- User Config: modules, devtools, runtimeConfig\r\n- Runtime Modules: @nuxt/test-utils/module@3.9.0-alpha.1\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nSee repo:\r\nhttps://stackblitz.com/edit/nuxt-vitest-x6ycht?file=vitest.config.mjs\r\n\r\n\r\n\r\n\n\n### Describe the bug\n\nIf there is a `setupFiles` configured (even it's empty), tests are failing \r\nIf there is no `setupFiles` defined (comment out setupFiles line), tests are successful\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3047],{"name":3048,"color":3049},"pending triage","5D08F5",647,"test-utils","closed","Using setupFiles breaks tests","2023-12-16T13:39:45Z","https://github.com/nuxt/test-utils/issues/647",0.46200055,{"description":3058,"labels":3059,"number":3063,"owner":3020,"repository":3021,"state":3052,"title":3064,"updated_at":3065,"url":3066,"score":3067},"",[3060],{"name":3061,"color":3062},"marketing","f5c828",648,"[Community] Fill `Partners` page description","2022-11-17T11:47:55Z","https://github.com/nuxt/nuxt.com/issues/648",0.6244657,{"description":3058,"labels":3069,"number":3071,"owner":3020,"repository":3021,"state":3052,"title":3072,"updated_at":3073,"url":3074,"score":3075},[3070],{"name":3061,"color":3062},651,"[Modules] Fill page description","2022-11-17T11:45:34Z","https://github.com/nuxt/nuxt.com/issues/651",0.65213686,{"description":3058,"labels":3077,"number":3079,"owner":3020,"repository":3021,"state":3052,"title":3080,"updated_at":3081,"url":3082,"score":3083},[3078],{"name":3061,"color":3062},649,"[Resources] Fill `Showcases` page description","2022-11-17T11:47:56Z","https://github.com/nuxt/nuxt.com/issues/649",0.6556074,{"description":3085,"labels":3086,"number":3079,"owner":3020,"repository":3051,"state":3052,"title":3088,"updated_at":3089,"url":3090,"score":3083},"- [ ] waitForHydration\r\n ```ts\r\n await page.waitForFunction(() => window.useNuxtApp?.().isHydrating === false)\r\n ```\r\n- [ ] waitForNavigation\r\n ```ts\r\n await page.waitForFunction(() => window.useNuxtApp?.()._route.fullPath === '/islands')\r\n ```",[3087],{"name":3036,"color":3037},"browser testing assertions","2024-03-06T14:09:09Z","https://github.com/nuxt/test-utils/issues/649",{"description":3058,"labels":3092,"number":3094,"owner":3020,"repository":3021,"state":3052,"title":3095,"updated_at":3096,"url":3097,"score":3098},[3093],{"name":3061,"color":3062},722,"[Community] Fill links on `Partner` page","2022-11-17T11:45:50Z","https://github.com/nuxt/nuxt.com/issues/722",0.6609119,{"description":3100,"labels":3101,"number":3094,"owner":3020,"repository":3051,"state":3052,"title":3103,"updated_at":3104,"url":3105,"score":3098},"### Environment\n\nNuxt project info: \r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.9.3\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/test-utils/module@3.10.0\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-7wbhms?file=test%2Ftest-component.spec.ts\n\n### Describe the bug\n\n`renderSuspended` does not pass the values from `setup` function (not the `\u003Cscript setup>`) to the `template`. The `mountSuspended` works fine.\n\n### Additional context\n\nIn the Openverse Nuxt 3 migration PR, I replaced `render(renderContext, ...args)` with `render(_ctx, ...args)` on this line:\r\n\r\nhttps://github.com/nuxt/test-utils/blob/bc86d23b2cf92aa3c3f19d52944452e4e5c27d63/src/runtime-utils/render.ts#L113\r\n\r\nwhich seems to fix the issue.\n\n### Logs\n\n_No response_",[3102],{"name":3048,"color":3049},"`renderSuspended` does not provide the values returned from `setup` to the template","2024-05-20T19:29:35Z","https://github.com/nuxt/test-utils/issues/722",["Reactive",3107],{},["Set"],["ShallowReactive",3110],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fu5eCm6Fa9X2gVte1v6J1abjQvW-qePpZcTQaMPjVWWo":-1},"/nuxt/nuxt.com/647"]