\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```",[3018],{"name":3019,"color":3020},"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":3029,"labels":3030,"number":3035,"owner":3022,"repository":3022,"state":3036,"title":3037,"updated_at":3038,"url":3039,"score":3040},"### 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>",[3031,3032],{"name":3019,"color":3020},{"name":3033,"color":3034},"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":3016,"labels":3042,"number":3043,"owner":3022,"repository":3044,"state":3036,"title":3024,"updated_at":3045,"url":3046,"score":3047},[],1937,"nuxt.com","2025-06-17T19:02:09Z","https://github.com/nuxt/nuxt.com/issues/1937",0.6922316,{"description":3049,"labels":3050,"number":3054,"owner":3022,"repository":3055,"state":3036,"title":3056,"updated_at":3057,"url":3058,"score":3059},"### 🐛 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_",[3051],{"name":3052,"color":3053},"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":3061,"number":3074,"owner":3022,"repository":3022,"state":3036,"title":3075,"updated_at":3076,"url":3077,"score":3078},[3062,3065,3068,3071],{"name":3063,"color":3064},"3.x","29bc7f",{"name":3066,"color":3067},"vite","3574D1",{"name":3069,"color":3070},"upstream","E8A36D",{"name":3072,"color":3073},"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":3080,"labels":3081,"number":3083,"owner":3022,"repository":3022,"state":3036,"title":3084,"updated_at":3085,"url":3086,"score":3087},"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>",[3082],{"name":3033,"color":3034},5780,"Nuxt video not loading on mount from URL","2023-01-18T20:24:28Z","https://github.com/nuxt/nuxt/issues/5780",0.70047927,{"description":3089,"labels":3090,"number":3093,"owner":3022,"repository":3022,"state":3036,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### 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_",[3091,3092],{"name":3063,"color":3064},{"name":3019,"color":3020},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":3099,"number":3104,"owner":3022,"repository":3022,"state":3036,"title":3105,"updated_at":3106,"url":3107,"score":3108},[3100,3103],{"name":3101,"color":3102},"enhancement","8DEF37",{"name":3063,"color":3064},13069,"allow adding scripts within `\u003Cbody>`","2025-01-15T23:15:50Z","https://github.com/nuxt/nuxt/issues/13069",0.70849943,{"labels":3110,"number":3113,"owner":3022,"repository":3022,"state":3036,"title":3114,"updated_at":3115,"url":3116,"score":3117},[3111,3112],{"name":3019,"color":3020},{"name":3033,"color":3034},8726,"Nuxt cannot handle slug ending with \".js\"","2023-01-22T15:38:40Z","https://github.com/nuxt/nuxt/issues/8726",0.7086628,{"description":3119,"labels":3120,"number":3121,"owner":3022,"repository":3044,"state":3036,"title":3122,"updated_at":3123,"url":3124,"score":3125},"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",3127],{},["Set"],["ShallowReactive",3130],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fDowJ7yV7HYo6mzbLU9camoI09xGvgzV9bnvB6nLxah8":-1},"/nuxt/scripts/463"]