\n\n\u003Cimg width=\"2032\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c1d39d3f-9330-4896-896e-d6d381279876\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3137],{"name":3138,"color":3139},"pending triage","E99695",32412,"nuxt","open","docs (nuxt 4.x): video from Vue School is not playable","2025-06-16T14:45:59Z","https://github.com/nuxt/nuxt/issues/32412",0.70088506,{"description":3148,"labels":3149,"number":3154,"owner":3141,"repository":3141,"state":3155,"title":3156,"updated_at":3157,"url":3158,"score":3159},"### Version\n\n[v1.4.2](https://github.com/nuxt.js/releases/tag/v1.4.2)\n\n### Reproduction link\n\n[https://github.com/FistMeNaruto/vue-svg-loader-test](https://github.com/FistMeNaruto/vue-svg-loader-test)\n\n### Steps to reproduce\n\nDo everything described in https://vue-svg-loader.js.org/ documentation.\n\n### What is expected ?\n\nSVG of a circle on the homepage\n\n### What is actually happening?\n\nSVG gets converted to base64 even though svg files should not be processed by the url loader anymore.\n\n### Additional comments?\n\nIssue on vue-svg-loader repo: visualfanatic/vue-svg-loader#41\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7599\">#c7599\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3150,3151],{"name":3138,"color":3139},{"name":3152,"color":3153},"2.x","d4c5f9",3763,"closed","Vue-svg-loader not working with Nuxt","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3763",0.68774456,{"description":3135,"labels":3161,"number":3162,"owner":3141,"repository":3163,"state":3155,"title":3143,"updated_at":3164,"url":3165,"score":3166},[],1937,"nuxt.com","2025-06-17T19:02:09Z","https://github.com/nuxt/nuxt.com/issues/1937",0.6922316,{"description":3168,"labels":3169,"number":3173,"owner":3141,"repository":3174,"state":3155,"title":3175,"updated_at":3176,"url":3177,"score":3178},"### 🐛 The bug\n\n\r\n```\r\n ERROR(vue-tsc) Binding element 'Vimeo' implicitly has an 'any' type.\r\n FILE D:/dev/test1/node_modules/.pnpm/@nuxt+scripts@0.8.4_@nuxt+devtools@1.4.1_rollup@4.21.2_vite@5.4.3_@types+node@22.5.4_terser@5_npscaliduljzxdqaosyipgid7y/node_modules/@nuxt/scripts/dist/runtime/components/ScriptVimeoPlayer.vue:187:21\r\n\r\n 185 |\r\n 186 | onMounted(() => {\r\n > 187 | onLoaded(async ({ Vimeo }) => {\r\n | ^^^^^\r\n 188 | const vimeoOptions = props.vimeoOptions || {}\r\n 189 | if (!vimeoOptions.id && props.id) {\r\n 190 | vimeoOptions.id = props.id\r\n\r\n ERROR(vue-tsc) Parameter 'instance' implicitly has an 'any' type.\r\n FILE D:/dev/test1/node_modules/.pnpm/@nuxt+scripts@0.8.4_@nuxt+devtools@1.4.1_rollup@4.21.2_vite@5.4.3_@types+node@22.5.4_terser@5_npscaliduljzxdqaosyipgid7y/node_modules/@nuxt/scripts/dist/runtime/components/ScriptYouTubePlayer.vue:61:19 \r\n\r\n 59 | }\r\n 60 | onMounted(() => {\r\n > 61 | onLoaded(async (instance) => {\r\n | ^^^^^^^^\r\n 62 | const YouTube: typeof YT & { ready: (fn: () => void) => void } = await instance.YT\r\n 63 | await new Promise\u003Cvoid>((resolve) => {\r\n 64 | if (typeof YT.Player === 'undefined')\r\n\r\n[vue-tsc] Found 2 errors. Watching for file changes.\r\n```\r\n\r\n\r\n\r\nWhen using [Nuxt Devtools](https://github.com/nuxt/devtools) in typescript strict mode and enabling type check, these two errors will be occurred.\r\n\r\n```typescript\r\nexport default defineNuxtConfig({\r\n devtools: { enabled: true },\r\n modules: ['@nuxt/scripts'],\r\n typescript: {\r\n typeCheck: true,\r\n strict: true\r\n },\r\n})\r\n```\r\n\r\nI think this might be related to https://github.com/nuxt/scripts/issues/217#issuecomment-2336846827. These are same errors as what in that comment.\r\n\r\nVersions: \r\n@nuxt/scripts: 0.8.4\r\n@nuxt/devtools : 1.4.1\r\nvue-tsc: 2.0.29\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/~/github.com/ifrvn/nuxt-scripts-issue-test\n\n### 🌈 Expected behavior\n\nno error\n\n### ℹ️ Additional context\n\n_No response_",[3170],{"name":3171,"color":3172},"bug","d73a4a",256,"scripts"," ERROR(vue-tsc) Binding element 'Vimeo' implicitly has an 'any' type.","2024-09-09T14:05:17Z","https://github.com/nuxt/scripts/issues/256",0.69474465,{"labels":3180,"number":3193,"owner":3141,"repository":3141,"state":3155,"title":3194,"updated_at":3195,"url":3196,"score":3197},[3181,3184,3187,3190],{"name":3182,"color":3183},"3.x","29bc7f",{"name":3185,"color":3186},"vite","3574D1",{"name":3188,"color":3189},"upstream","E8A36D",{"name":3191,"color":3192},"upstream-bug","B60205",13430,"The request url * is outside of Vite serving allow list","2023-01-19T16:55:44Z","https://github.com/nuxt/nuxt/issues/13430",0.7000363,{"description":3199,"labels":3200,"number":3202,"owner":3141,"repository":3141,"state":3155,"title":3203,"updated_at":3204,"url":3205,"score":3206},"My video isn't loading when the component mounts\r\n\r\nI've narrowed down the problem to having something to do with \":src\" in my code. The video loads fine if i hard code the url in however this is supposed to be a unique property for each user. a video avatar name \"this.avatar\" which contains the url to the video.\r\n\r\nThe \":src\" property works fine whenever i have the user load the video from their own files. However after the file is saved and converted to a url it will no longer load on mount.\r\n\r\n```\r\n\u003Ctemplate v-if=\"this.type === 'image'\">\r\n \u003Cb-img key=\"image\" id=\"avatarPhoto\" v-bind=\"profile\" :src=\"this.avatar\" class=\"avatarPhoto\">\u003C/b-img>\r\n\u003C/template>\r\n\u003Ctemplate v-else>\r\n \u003Cvideo playsinline autoplay loop muted key=\"video\" type=\"video\" id=\"avatarVideo\" v-bind=\"profile\" class=\"avatarVideo\">\r\n \u003C!-- the line causing the error is below -->\r\n \u003Csource id=\"videoSrc\" :src=\"this.avatar\">\r\n \u003C/video>\r\n\u003C/template>\r\n```\r\n```\r\n\u003C!-- this is how it renders on load with a url for the prop -->\r\n\r\n\u003Cvideo playsinline=\"\" autoplay=\"autoplay\" loop=\"loop\" muted=\"muted\" type=\"video\" id=\"avatarVideo\" class=\"avatarVideo\">\r\n \u003Csource id=\"videoSrc\" src=\"http://remoteserver.com/storage/avatar/profile/1558476637.mp4\">\r\n\u003C/video>\r\n```\r\n```\r\n\u003C!-- this is how it looks when rendered from a file load which works fine but this does not happen on load -->\r\n\r\n\u003Cvideo playsinline=\"\" autoplay=\"autoplay\" loop=\"loop\" muted=\"muted\" type=\"video\" id=\"avatarVideo\" width=\"281.25\" height=\"auto\" class=\"avatarVideo\">\r\n \u003Csource id=\"videoSrc\" src=\"data:video/quicktime;base64,blahblahblah\">\r\n\u003C/video>\r\n```\r\n```\r\nasync created() {\r\n await this.$axios.get(\"profile\")\r\n .then((response) => {\r\n this.form.fill(response.data.data)\r\n this.type = this.form.a_type.split('/').shift()\r\n this.avatar = response.data.data.avatar\r\n \r\n if (this.type === 'video'){\r\n this.getVideoDimensions()\r\n .then((dimensions) => {\r\n this.form.a_dimensions = dimensions\r\n this.handleResize(dimensions)\r\n })\r\n .catch((e) =>{\r\n this.toast('error',e.message)\r\n })\r\n }\r\n })\r\n .catch((error) => {\r\n if (error.response){\r\n console.log(error.response.data)\r\n this.toast('error', error.response.data.data[0])\r\n }\r\n })\r\n if (process.client){\r\n window.addEventListener('resize',this.handleResize)\r\n }\r\n}\r\n```\r\n\r\n\r\nIt doesn't cause an actual error but when i check the videos readyState it is a value of 0. No information is available about the media resource.\r\n\r\nI expect the video to load with the returned url but it does not.\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c9247\">#c9247\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3201],{"name":3152,"color":3153},5780,"Nuxt video not loading on mount from URL","2023-01-18T20:24:28Z","https://github.com/nuxt/nuxt/issues/5780",0.70047927,{"description":3208,"labels":3209,"number":3212,"owner":3141,"repository":3141,"state":3155,"title":3213,"updated_at":3214,"url":3215,"score":3216},"### Environment\n\nNot applicable. \n\n### Reproduction\n\nVisit the nuxt.com URL.\n\n### Describe the bug\n\nThis happened on Chrome and Firefox both, on a Mac. This has happened 1-2 times before this but it was resolved immediately.\r\n\r\nSeeing the error for more than 5 mins this time.\r\n\r\n\u003Cimg width=\"1440\" alt=\"Screenshot 2023-02-02 at 7 35 17 PM\" src=\"https://user-images.githubusercontent.com/54884202/216346900-8307b254-0ece-41dd-b400-3899cb704ca8.png\">\r\n\r\n\u003Cimg width=\"1238\" alt=\"Screenshot 2023-02-02 at 7 34 30 PM\" src=\"https://user-images.githubusercontent.com/54884202/216346918-96141bbe-d907-41fa-848b-8eea76288ced.png\">\r\n\r\n\u003Cimg width=\"1440\" alt=\"Screenshot 2023-02-02 at 7 34 52 PM\" src=\"https://user-images.githubusercontent.com/54884202/216346868-213a4647-150d-4f3a-9391-1dc418cfb943.png\">\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3210,3211],{"name":3182,"color":3183},{"name":3138,"color":3139},18712,"New to Nuxt, unable to access the site at all. Is this on my end?","2023-02-02T14:12:56Z","https://github.com/nuxt/nuxt/issues/18712",0.70367783,{"labels":3218,"number":3223,"owner":3141,"repository":3141,"state":3155,"title":3224,"updated_at":3225,"url":3226,"score":3227},[3219,3222],{"name":3220,"color":3221},"enhancement","8DEF37",{"name":3182,"color":3183},13069,"allow adding scripts within `\u003Cbody>`","2025-01-15T23:15:50Z","https://github.com/nuxt/nuxt/issues/13069",0.70849943,{"labels":3229,"number":3232,"owner":3141,"repository":3141,"state":3155,"title":3233,"updated_at":3234,"url":3235,"score":3236},[3230,3231],{"name":3138,"color":3139},{"name":3152,"color":3153},8726,"Nuxt cannot handle slug ending with \".js\"","2023-01-22T15:38:40Z","https://github.com/nuxt/nuxt/issues/8726",0.7086628,{"description":3238,"labels":3239,"number":3240,"owner":3141,"repository":3163,"state":3155,"title":3241,"updated_at":3242,"url":3243,"score":3244},"I believe there is an Cloudflare error (`ERROR 9422: Free unique transformations by account has been exhausted`) with the image in the [showcase of Nuxt framework](https://nuxt.com/showcase).\n\nThe error was found by directly opening the src url: [https://nuxt.com/cdn-cgi/image/w=488,h=366/assets/websites/cometby-perplexity-ai.png](https://nuxt.com/cdn-cgi/image/w=488,h=366/assets/websites/cometby-perplexity-ai.png)\n\n\u003Cimg width=\"1865\" height=\"956\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/db3465fb-b5f2-444c-bab3-1eaaa3eaf974\" />\n\nTested on multiple devices, doesn't work on any of them.\n\nError in js console writes: `Failed to load resource: the server responded with a status of 429 ()`",[],1967,"Showcase - Perplexity Comet - thumbnail not displaying","2025-07-16T08:42:07Z","https://github.com/nuxt/nuxt.com/issues/1967",0.7097396,["Reactive",3246],{},["Set"],["ShallowReactive",3249],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fDowJ7yV7HYo6mzbLU9camoI09xGvgzV9bnvB6nLxah8":-1},"/nuxt/scripts/463"]