\n\n### Describe the bug\n\n\u003Cimg width=\"1415\" height=\"981\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0838c12f-5f2f-4ebc-a013-54abb7d08c17\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3096,3097,3098],{"name":3032,"color":3033},{"name":3035,"color":3036},{"name":3099,"color":3100},"closed-by-bot","ededed",32734,"[Vue Router warn]: No match found for location with path \"/session\"","2025-08-01T02:14:53Z","https://github.com/nuxt/nuxt/issues/32734",0.6156171,{"description":3107,"labels":3108,"number":3112,"owner":3038,"repository":3038,"state":3039,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxtjs/tailwindcss@6.12.2, @vueuse/nuxt@11.3.0\n- Build Modules: -\n\n### Reproduction\n\n`meta.json 404`\n\n### Describe the bug\n\n WARN [Vue Router warn]: No match found for location with path \"/meta.json\"\n\n### Additional context\n\n> I've tried the following:\n\nEnsuring all file paths and references are correct.\nVerifying the Nuxt.js version and dependencies.\nClearing cache and restarting the development server.\nStill not working\n\n### Logs\n\n```shell-script\nWARN [Vue Router warn]: No match found for location with path \"/meta.json\"\n```",[3109,3110,3111],{"name":3032,"color":3033},{"name":3035,"color":3036},{"name":3099,"color":3100},30501,"Getting a 404 Error for `meta.json` in Nuxt","2025-01-16T20:52:16Z","https://github.com/nuxt/nuxt/issues/30501",0.6195,{"description":3118,"labels":3119,"number":3122,"owner":3038,"repository":3038,"state":3039,"title":3123,"updated_at":3124,"url":3125,"score":3126},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.7.4\r\n- CLI Version: 3.9.0\r\n- Nitro Version: 2.6.3\r\n- Package Manager: pnpm@8.8.0\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\nbug happens after installing nuxt\r\n\r\n### Describe the bug\r\n\r\nin an empty project with 1 page that contains only a h3 element after running pnpm dev for every request that nuxt receives from a browser these warnings get printed to the console\r\n\r\n\r\n`[Vue Router warn]: No match found for location with path \"/service-worker.js?pusherBeamsWebSDKVersion=1.0.3\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js?pusherBeamsWebSDKVersion=1.0.3\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js?pusherBeamsWebSDKVersion=1.0.3\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js?pusherBeamsWebSDKVersion=1.0.3\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js?pusherBeamsWebSDKVersion=1.0.3\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js?pusherBeamsWebSDKVersion=1.0.3\"\r\n[Vue Router warn]: No match found for location with path \"/service-worker.js\"`\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_\n```[tasklist]\n### Tasks\n```\n",[3120,3121],{"name":3029,"color":3030},{"name":3032,"color":3033},23475,"[Vue Router warn]: No match found for location with path \"/service-worker.js\"","2023-09-30T09:32:25Z","https://github.com/nuxt/nuxt/issues/23475",0.6199374,{"description":3128,"labels":3129,"number":3139,"owner":3038,"repository":3038,"state":3039,"title":3140,"updated_at":3141,"url":3142,"score":3143},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.12.0-28606556.69430aa2\r\n- CLI Version: 3.11.2-1716385490.bfaf128\r\n- Nitro Version: 2.9.6\r\n- Package Manager: pnpm@8.15.6\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-starter-jphpju?file=app.vue\r\n\r\n### Describe the bug\r\n\r\n1. Start [Reproduction](https://stackblitz.com/edit/nuxt-starter-jphpju?file=app.vue). It includes the following code:\r\n ```html\r\n \u003CNuxtLink to=\"https://nuxt.com/\">Nuxt\u003C/NuxtLink>\r\n ```\r\n2. Open the Console panel in DevTools.\r\n3. A warning appears: `[Vue Router warn]: No match found for location with path \"https://nuxt.com/\"`.\r\n\r\n\u003Cimg width=\"689\" alt=\"截圖 2024-05-23 凌晨1 29 32\" src=\"https://github.com/nuxt/nuxt/assets/39984251/c817d310-dbfc-493b-89c3-fc97496c26f6\">\r\n\r\n### Additional context\r\n\r\nThis might be related to this PR: #26522.\r\n\r\n### Logs\r\n\r\nN/A",[3130,3131,3134,3137],{"name":3029,"color":3030},{"name":3132,"color":3133},"bug","d73a4a",{"name":3135,"color":3136},"pages","00DFB5",{"name":3138,"color":3036},"🔨 p3-minor",27312,"Warning will appear when passing an external link to `\u003CNuxtLink>`","2024-06-13T15:39:38Z","https://github.com/nuxt/nuxt/issues/27312",0.6226042,["Reactive",3145],{},["Set"],["ShallowReactive",3148],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fbPxYtK8YYHMU8AkSh-uv7uoYHlWhvBhByOBJ9PMJVvI":-1},"/nuxt/nuxt/14147"]