\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```",[3218,3221,3224],{"name":3219,"color":3220},"pending triage","E99695",{"name":3222,"color":3223},"needs reproduction","FBCA04",{"name":3225,"color":3226},"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":3234,"number":3240,"owner":3209,"repository":3209,"state":3228,"title":3241,"updated_at":3242,"url":3243,"score":3244},[3235,3238,3239],{"name":3236,"color":3237},"3.x","29bc7f",{"name":3219,"color":3220},{"name":3222,"color":3223},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":3246,"labels":3247,"number":3250,"owner":3209,"repository":3209,"state":3228,"title":3251,"updated_at":3252,"url":3253,"score":3254},"### 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_",[3248,3249],{"name":3236,"color":3237},{"name":3219,"color":3220},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":3256,"labels":3257,"number":3260,"owner":3209,"repository":3209,"state":3228,"title":3261,"updated_at":3262,"url":3263,"score":3264},"### 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",[3258,3259],{"name":3236,"color":3237},{"name":3219,"color":3220},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":3266,"labels":3267,"number":3269,"owner":3209,"repository":3209,"state":3228,"title":3270,"updated_at":3271,"url":3272,"score":3273},"### Describe the feature\n\nHello,\n\nI am spending a very large amounts of time trying to debug the following issue:\n\n`WARN [Vue Router warn]: No match found for location with path \"/admin/Top\"`\n\nWould it be possible, in next nuxt releases to include more logging about where this problem happens?\n\nRight now I am forced to comment/remove blocks of code to find the issue which is extremelly time consuming.\n\nThanks.\n\nNuxt ver: 3.18.1\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3268],{"name":3219,"color":3220},33092,"WARN [Vue Router warn]: No match found for location with path \"...\"","2025-09-02T23:53:38Z","https://github.com/nuxt/nuxt/issues/33092",0.5854037,{"description":3275,"labels":3276,"number":3278,"owner":3209,"repository":3209,"state":3228,"title":3279,"updated_at":3280,"url":3281,"score":3282},"### 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_",[3277],{"name":3219,"color":3220},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":3284,"number":3287,"owner":3209,"repository":3209,"state":3228,"title":3288,"updated_at":3289,"url":3290,"score":3291},[3285,3286],{"name":3236,"color":3237},{"name":3219,"color":3220},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":3293,"labels":3294,"number":3297,"owner":3209,"repository":3209,"state":3228,"title":3298,"updated_at":3299,"url":3300,"score":3301},"### 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",[3295,3296],{"name":3236,"color":3237},{"name":3219,"color":3220},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":3303,"labels":3304,"number":3308,"owner":3209,"repository":3209,"state":3228,"title":3309,"updated_at":3310,"url":3311,"score":3312},"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",[3305,3306,3307],{"name":3219,"color":3220},{"name":3222,"color":3223},{"name":3225,"color":3226},32602,"No match found for location with path \"/_nuxt/\"","2025-07-22T02:14:10Z","https://github.com/nuxt/nuxt/issues/32602",0.5919036,["Reactive",3314],{},["Set"],["ShallowReactive",3317],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fw-zshcwZxKw07rW0cB711U7-94oskV30F_rGbBju3tQ":-1},"/nuxt/nuxt/24795"]