\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```",[3061,3064,3067],{"name":3062,"color":3063},"pending triage","E99695",{"name":3065,"color":3066},"needs reproduction","FBCA04",{"name":3068,"color":3069},"closed-by-bot","ededed",32734,"closed","[Vue Router warn]: No match found for location with path \"/session\"","2025-08-01T02:14:53Z","https://github.com/nuxt/nuxt/issues/32734",0.5725934,{"labels":3077,"number":3083,"owner":3052,"repository":3052,"state":3071,"title":3084,"updated_at":3085,"url":3086,"score":3087},[3078,3081,3082],{"name":3079,"color":3080},"3.x","29bc7f",{"name":3062,"color":3063},{"name":3065,"color":3066},14147,"[Vue Router warn]: No match found for location with path \"/null\"","2025-03-11T16:24:17Z","https://github.com/nuxt/nuxt/issues/14147",0.5780514,{"description":3089,"labels":3090,"number":3093,"owner":3052,"repository":3052,"state":3071,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### Environment\n\nWhen I run nuxt there is a warning\n\n### Reproduction\n\nhttps://github.com/anick-xs/nuxt3\n\n### Describe the bug\n\n[Vue Router warn]: No match found for location with path \"/robots.txt\"\r\n\u003Cimg width=\"973\" alt=\"image\" src=\"https://user-images.githubusercontent.com/17721593/199517943-005b7f09-21eb-4245-b3a4-325190531d9b.png\">\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3091,3092],{"name":3079,"color":3080},{"name":3062,"color":3063},15331,"[Vue Router warn]: No match found for location with path \"/robots.txt\"","2023-01-19T17:48:31Z","https://github.com/nuxt/nuxt/issues/15331",0.5828045,{"description":3099,"labels":3100,"number":3103,"owner":3052,"repository":3052,"state":3071,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.7.3\r\n- CLI Version: 3.9.0\r\n- Nitro Version: 2.6.3\r\n- Package Manager: npm@9.5.1\r\n- Builder: -\r\n- User Config: devtools, app, devServer, vite, postcss, css, runtimeConfig, modules, i18n, build\r\n- Runtime Modules: @element-plus/nuxt@1.0.6, @nuxtjs/i18n@8.0.0-rc.4-28257783.3664302, @vueuse/nuxt@10.4.1, @nuxtjs/tailwindcss@6.8.0, @pinia/nuxt@0.4.11\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\n@nuxtjs/i18n\n\n### Describe the bug\n\nWhen I used the detectBrowserLanguage of @nuxtjs/i18n and configured redirectOn to 'all', I got a console warning because I overwrote the nuxt3 default route \"[Vue Router warn]: No match found for location with path. \"/\", How do I solve it\n\n### Additional context\n\n i18n: {\r\n baseUrl: \"https://my-nuxt-app.com\",\r\n locales: [\r\n { code: \"en\", iso: \"en-US\", file: './locales/en.json' },\r\n { code: \"cn\", iso: \"zh-CN\", file: './locales/cn.json' },\r\n ],\r\n vueI18n: \"./i18n.config.ts\",\r\n detectBrowserLanguage: {\r\n useCookie: true,\r\n cookieKey: \"i18n_redirected\",\r\n redirectOn: \"all\",\r\n },\r\n },\n\n### Logs\n\n```shell-script\n[Vue Router warn]: No match found for location with path \"/\"\n```\n",[3101,3102],{"name":3079,"color":3080},{"name":3062,"color":3063},23393,"[Vue Router warn]: No match found for location with path \"/\"","2023-12-29T15:48:51Z","https://github.com/nuxt/nuxt/issues/23393",0.58518636,{"description":3109,"labels":3110,"number":3112,"owner":3052,"repository":3052,"state":3071,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Environment\n\n- Operating System: Windows 10\r\n- Node Version: v20.15.0\r\n- Nuxt Version: 3.13.2\r\n- Nitro Version: 2.9.7\r\n- Package Manager: bunjs\r\n- IDE: Visual Studio Code (latest version)\n\n### Reproduction\n\n# Steps to reproduce (1)\r\nhttps://github.com/reazan/nuxt3-route-warning\r\n\r\n1. Clone the repo (main branch)\r\n1. Install the dependencies \"bun install\"\r\n1. Run \"bun run dev\" and open the index page (localhost:3000)\r\n1. The console running the nuxt server should show the following warning:\r\n\r\n\r\n\r\n# Steps to reproduce (2)\r\nhttps://stackblitz.com/~/github.com/reazan/nuxt3-route-warning\r\n\r\nSame repository but with stackbiltz. The error is different but still about the vue router\r\n\r\n\r\n\n\n### Describe the bug\n\nHi,\r\n\r\nI just started a new project, I installed Nuxt via Bun and started dev: everything is fine.\r\nI added the /page folder with a single file \"index.vue\" with only a \u003Cdiv>\r\nI also changed the app.vue to use NuxtPage instead of NuxtWelcome etc\r\n\r\nI run \"bun run dev\" and navigated to localhost:3000 where the basic page is displayed correctly but in the terminal a lot of warning came up:\r\n\r\n\r\n\r\nAll these warnings only to landing on the page.\r\nI did not setup nothing with name \"notifications\" etc\r\n\r\nThanks for your works! \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3111],{"name":3062,"color":3063},29042,"[Vue Router warn]: No match found for location with path \"/notifications.js\"","2024-09-18T16:03:52Z","https://github.com/nuxt/nuxt/issues/29042",0.58668816,{"labels":3118,"number":3121,"owner":3052,"repository":3052,"state":3071,"title":3122,"updated_at":3123,"url":3124,"score":3125},[3119,3120],{"name":3079,"color":3080},{"name":3062,"color":3063},13850,"[Vue Router warn]: No match found for location with path \"/_nuxt/__vite_ping\"","2023-10-15T17:17:12Z","https://github.com/nuxt/nuxt/issues/13850",0.5876221,{"description":3127,"labels":3128,"number":3131,"owner":3052,"repository":3052,"state":3071,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\n\nNuxt project info: 21:31:25\r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.13-27769897.0f2ef5d`\r\n- Nitro Version: `0.6.0-27768582.4603279`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `telemetry`, `ssr`, `runtimeConfig`, `nitro`, `app`, `css`, `modules`, `storyblok`, `postcss`, `vite`, `i18n`\r\n- Runtime Modules: `@storyblok/nuxt@4.4.1`, `nuxt-jsonld@2.0.6`, `@nuxtjs/i18n@8.0.0-alpha.2`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nHere is a reproduction version of the issue:\r\nhttps://stackblitz.com/edit/github-ovnqsy?file=app.vue\n\n### Describe the bug\n\nGoing to any route causes a 404 when using app.vue.\r\nNot sure if there is something in my code that does it. Started happening today.\r\n\r\nI am hoping its something obvious that I have just missed.\n\n### Additional context\n\nI think it has something to do with how I am running nuxt in my version but I wasn't able to pinpoint what it was despite removing parts of the site.\r\n\r\nIf needed I can look into making a smaller reproduction version.\n\n### Logs\n\n```shell\nvue-router.mjs?v=5a8718be:35 [Vue Router warn]: No match found for location with path \"/\"\r\nwarn @ vue-router.mjs?v=5a8718be:35\r\nstoryblok-vue.mjs?v=5a8718be:572 You need to provide an access token to interact with Storyblok API. Read https://www.storyblok.com/docs/api/content-delivery#topics/authentication\r\nat @ storyblok-vue.mjs?v=5a8718be:572\r\n5vue-router.mjs?v=5a8718be:35 [Vue Router warn]: No match found for location with path \"/\"\r\nwarn @ vue-router.mjs?v=5a8718be:35\r\nchunk-Q5TZPECP.js?v=5a8718be:2288 \u003CSuspense> is an experimental feature and its API will likely change.\r\n2vue-router.mjs?v=5a8718be:35 [Vue Router warn]: No match found for location with path \"/\"\n```\n",[3129,3130],{"name":3079,"color":3080},{"name":3062,"color":3063},15210,"Going to a page with app.vue produces a \"No match found for location with path \"/\"\" error","2023-01-19T17:46:15Z","https://github.com/nuxt/nuxt/issues/15210",0.590722,{"description":3137,"labels":3138,"number":3142,"owner":3052,"repository":3052,"state":3071,"title":3143,"updated_at":3144,"url":3145,"score":3146},"Hi,\n I am running the nuxt3 application and it always displays the following error. I have searched many places but cannot find the answer. I look forward to your help!\n\nNew request: https://localhost/api/_auth/session\napp-1 | New request: http://localhost/api/_nuxt_icon/lucide.json?icons=arrow-up-right%2Cbook-open-check%2Cbook-open-text%2Cbox%2Cchevron-down%2Ccircle-help%2Ccog%2Cdatabase%2Chouse%2Cnotebook%2Csmile%2Cswatch-book\napp-1 | New request: http://localhost/api/_nuxt_icon/simple-icons.json?icons=github\napp-1 | New request: https://localhost/_ipx/s_32x32/~/assets/avatar/share/author.png\napp-1 | New request: https://localhost/_nuxt/?token=kl0MwWkD-BDi\napp-1 | \napp-1 | WARN [Vue Router warn]: No match found for location with path \"/_nuxt/?token=kl0MwWkD-BDi\"\napp-1 | \napp-1 | New request: https://localhost/api/_auth/session\napp-1 | \napp-1 | WARN [Vue Router warn]: No match found for location with path \"/_nuxt/\"\napp-1 | \napp-1 | New request: https://localhost/__nuxt_error?error=true&url=%2F_nuxt%2F?token=kl0MwWkD-BDi&statusCode=404&statusMessage=Page+not+found",[3139,3140,3141],{"name":3062,"color":3063},{"name":3065,"color":3066},{"name":3068,"color":3069},32602,"No match found for location with path \"/_nuxt/\"","2025-07-22T02:14:10Z","https://github.com/nuxt/nuxt/issues/32602",0.5919036,{"description":3148,"labels":3149,"number":3152,"owner":3052,"repository":3052,"state":3071,"title":3153,"updated_at":3154,"url":3155,"score":3156},"### 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",[3150,3151],{"name":3079,"color":3080},{"name":3062,"color":3063},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.59731126,["Reactive",3158],{},["Set"],["ShallowReactive",3161],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fw-zshcwZxKw07rW0cB711U7-94oskV30F_rGbBju3tQ":-1},"/nuxt/nuxt/24795"]