`\n\n### Describe the bug\n\n\r\nAfter updating to version 3.7.3 NuxtPage stopped working in the entire project\r\n\r\n```\r\nUncaught (in promise) Error: Page Not Found\r\n at createError (index.mjs?v=2a803633:78:15)\r\n at createError (null:31:16)\r\n at index.vue:37:11\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2023,2024,2027],{"name":2000,"color":2001},{"name":2025,"color":2026},"bug","d73a4a",{"name":2028,"color":2029},"❗ p4-important","D93F0B",23219," NuxtPage doesn`t work in Nuxt 3.7.3","2024-03-17T16:52:10Z","https://github.com/nuxt/nuxt/issues/23219",0.64852446,{"labels":2036,"number":2037,"owner":1991,"repository":1991,"state":2006,"title":2038,"updated_at":2039,"url":2040,"score":2041},[],13218,"dev mode is not working","2023-01-19T16:48:28Z","https://github.com/nuxt/nuxt/issues/13218",0.65044117,{"labels":2043,"number":2044,"owner":1991,"repository":1991,"state":2006,"title":2038,"updated_at":2045,"url":2046,"score":2041},[],13627,"2023-01-19T17:02:40Z","https://github.com/nuxt/nuxt/issues/13627",{"description":2048,"labels":2049,"number":2052,"owner":1991,"repository":1991,"state":2006,"title":2053,"updated_at":2054,"url":2055,"score":2056},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v18.9.0`\r\n- Nuxt Version: `3.0.0-rc.11`\r\n- Nitro Version: `0.5.4`\r\n- Package Manager: `npm@8.19.1`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\n\n### Reproduction\n\nThis is the config file used\r\n// https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nexport default defineNuxtConfig({\r\n modules: ['@nuxtjs/color-mode', '@nuxtjs/tailwindcss'],\r\n colorMode: {\r\n classSuffix: ''\r\n },\r\n app: {\r\n head : {\r\n title: 'My App',\r\n titleTemplate: '%s - ExamGOAL Notes',\r\n script: [\r\n {\r\n src: '/mathjax.js',\r\n },\r\n {\r\n src: 'https://polyfill.io/v3/polyfill.min.js?features=es6',\r\n },\r\n {\r\n src: 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js'\r\n }\r\n ],\r\n link: [\r\n {\r\n rel: 'stylesheet',\r\n href: 'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap'\r\n }\r\n ],\r\n noscript: [\r\n { children: 'Javascript is required' }\r\n ]\r\n }\r\n },\r\n})\r\n\n\n### Describe the bug\n\n\u003Ca href=\"https://ibb.co/xmh91xH\">\u003Cimg src=\"https://i.ibb.co/Q89SPyd/Screenshot-at-Sep-22-20-10-17.png\" alt=\"Screenshot-at-Sep-22-20-10-17\" border=\"0\">\u003C/a>\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2050,2051],{"name":2000,"color":2001},{"name":2025,"color":2026},15008,"Page head content are rendered two times ","2023-01-19T17:43:33Z","https://github.com/nuxt/nuxt/issues/15008",0.65180117,{"labels":2058,"number":2067,"owner":1991,"repository":1991,"state":2006,"title":2068,"updated_at":2069,"url":2070,"score":2071},[2059,2060,2061,2064],{"name":2000,"color":2001},{"name":2025,"color":2026},{"name":2062,"color":2063},"upstream","E8A36D",{"name":2065,"color":2066},"🔨 p3-minor","FBCA04",14438,"Title breaking during page transitions","2023-01-19T17:49:38Z","https://github.com/nuxt/nuxt/issues/14438",0.65506935,{"description":2073,"labels":2074,"number":2077,"owner":1991,"repository":1991,"state":2006,"title":2078,"updated_at":2079,"url":2080,"score":2081},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v18.11.0`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `npm@8.19.2`\r\n- Builder: `vite`\r\n- User Config: `css`, `components`, `experimental`, `runtimeConfig`, `modules`, `basic`, `colorMode`, `tailwindcss`, `build`, `vue`, `vite`, `app`, `nitro`\r\n- Runtime Modules: `nuxt-basic-auth-module@1.4.1`, `@nuxtjs/tailwindcss@6.1.2`, `@pinia/nuxt@0.4.2`, `@vueuse/nuxt@9.3.0`, `@nuxtjs/color-mode@3.1.6`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nRun a nuxt3 app using nitro with the following in your nuxt.config.ts:\r\n\r\n`import { defineNitroConfig } from 'nitropack';`\r\n\r\nand within the defineNuxtConifg:\r\n\r\n`nitro: defineNitroConfig({\r\n\t\trollupConfig: {\r\n\t\t\texternal: ['bufferutil', 'utf-8-validate'],\r\n\t\t\tcontext: 'this'\r\n\t\t}\r\n\t})`\n\n### Describe the bug\n\nWhen the dev server is started, the following error is printed in the console:\r\n\r\n`ERROR This module cannot be imported in the Vue part of your app. [importing nitropack from nuxt.config.ts]`\r\n\r\nThis doesn't prevent the server from running and it doesn't appear to break anything, but it does show up as an error.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\nNuxi 3.0.0-rc.12 10:39:24\r\nNuxt 3.0.0-rc.12 with Nitro 0.6.0 10:39:24\r\n 10:39:24\r\n > Local: http://localhost:3000/ \r\n > Network: http://192.168.50.239:3000/\r\n > *Redacted IPV6 addresses from this list*\r\n\r\nℹ Enabled flag is false. Skip registration of authentication server. 10:39:24\r\nℹ Using default Tailwind CSS file from runtime/tailwind.css nuxt:tailwindcss 10:39:25\r\nℹ Tailwind Viewer: http://[::]:3000/_tailwind/ nuxt:tailwindcss 10:39:25\r\n\r\n WARN Components directory not found: /Users/kylewright/Desktop/Cosmic/Vanillo/vanillo-frontend/components/profile 10:39:25\r\n\r\n\r\n WARN [@vue/reactivity-transform] Reactivity transform is an experimental feature. 10:39:25\r\nExperimental features may change behavior between patch versions.\r\nIt is recommended to pin your vue dependencies to exact versions to avoid breakage.\r\nYou can follow the proposal's status at https://github.com/vuejs/rfcs/discussions/369.\r\n\r\n\r\n\r\n ERROR This module cannot be imported in the Vue part of your app. [importing nitropack from nuxt.config.ts] 10:39:32\r\n\r\nℹ Vite client warmed up in 8508ms 10:39:34\r\n✔ Nitro built in 2006 ms\n```\n",[2075,2076],{"name":2000,"color":2001},{"name":2003,"color":2004},15307,"Nitropack import in nuxt.config.ts gives error on dev server start","2023-01-19T17:48:00Z","https://github.com/nuxt/nuxt/issues/15307",0.65832394,{"description":2083,"labels":2084,"number":2087,"owner":1991,"repository":1991,"state":2006,"title":2088,"updated_at":2089,"url":2090,"score":2091},"### Environment\r\n\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v17.9.0`\r\n- Nuxt Version: `3.0.0-rc.10`\r\n- Nitro Version: `0.5.5-27756662.9e9cfe0`\r\n- Package Manager: `npm@8.5.5`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nplugin \r\n\r\n```\r\nimport { defineNuxtPlugin } from '#app'\r\n \r\nimport store from '@/store'\r\n \r\nexport default defineNuxtPlugin((nuxtApp) => {\r\n nuxtApp.vueApp.use(store)\r\n})\r\n```\r\n\r\nStore\r\n\r\n```\r\nimport { createStore } from \"vuex\";\r\nimport { auth } from \"./modules/auth\";\r\n\r\nexport default createStore({\r\n modules: {\r\n auth,\r\n },\r\n......\r\n});\r\n```\r\n\r\npackage.json\r\n\r\n```\r\n{\r\n \"private\": true,\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\"\r\n },\r\n \"devDependencies\": {\r\n \"nuxt\": \"3.0.0-rc.10\"\r\n },\r\n \"dependencies\": {\r\n \"@codemirror/autocomplete\": \"github:codemirror/autocomplete\",\r\n \"@codemirror/lang-json\": \"github:codemirror/lang-json\",\r\n \"@codemirror/view\": \"github:codemirror/view\",\r\n \"@fortawesome/fontawesome-svg-core\": \"^6.2.0\",\r\n \"@fortawesome/free-brands-svg-icons\": \"^6.1.2\",\r\n \"@fortawesome/free-regular-svg-icons\": \"^6.1.2\",\r\n \"@fortawesome/free-solid-svg-icons\": \"^6.1.2\",\r\n \"@fortawesome/vue-fontawesome\": \"^3.0.1\",\r\n \"ajv\": \"^8.11.0\",\r\n \"ajv-formats\": \"^2.1.1\",\r\n \"axios\": \"^0.21.4\",\r\n \"chart.js\": \"^3.9.1\",\r\n \"clipboard\": \"^2.0.11\",\r\n \"codemirror\": \"^6.0.1\",\r\n \"cytoscape\": \"^3.22.1\",\r\n \"cytoscape-dagre\": \"^2.4.0\",\r\n \"lodash\": \"^4.17.21\",\r\n \"mark.js\": \"^8.11.1\",\r\n \"moment\": \"^2.29.4\",\r\n \"papaparse\": \"^5.3.2\",\r\n \"renderjson\": \"^1.4.0\",\r\n \"showdown\": \"^2.1.0\",\r\n \"simple-notify\": \"^0.5.5\",\r\n \"sweetalert2\": \"^11.4.33\",\r\n \"tabulator-tables\": \"^5.3.2\",\r\n \"tippy.js\": \"^6.3.7\",\r\n \"vue-gtag-next\": \"^1.14.0\",\r\n \"vue-router\": \"^4.1.2\",\r\n \"vue-sweetalert2\": \"^5.0.5\",\r\n \"vuex\": \"^4.0.2\"\r\n }\r\n}\r\n```\r\n\r\nRun \r\n`npm run dev`\r\n\r\n### Describe the bug\r\n\r\nIt was all working fine then after trying to run the app again with no changes this error popped up and all my work has come to a complete stop.\r\nI can't describe the bug any further as I can't spot the issue, very similar to this issue: https://stackoverflow.com/questions/73284702/nuxt-3-pinia-h3-unhandled-h3error-vite-ssr-import-0-definestore-is\r\n\r\n\r\nI did notice that Nuxt's MHR stopped working before this happened, I had to refresh to see any changes. Only thing I did was restart the app then I was hit with this error.\r\n\r\n\u003Cimg width=\"1021\" alt=\"Screen Shot 2022-10-10 at 2 44 05 PM\" src=\"https://user-images.githubusercontent.com/23092057/194956936-9ac37569-7974-46af-903a-78c2665dad25.png\">\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell\r\n[nuxt] [request error] [unhandled] [500] __vite_ssr_import_0__.createStore is not a function\r\n at ./store/index.js:26:54\r\n at runMicrotasks (\u003Canonymous>)\r\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\r\n at async ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:251:5)\r\n at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:128:12)\r\n at async request (./node_modules/vite-node/dist/client.mjs:151:16)\r\n at async ./plugins/store.js:4:31\r\n at async ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:251:5)\r\n at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:128:12)\r\n at async request (./node_modules/vite-node/dist/client.mjs:151:16)\r\n[nuxt] [request error] [unhandled] [500] __vite_ssr_import_0__.createStore is not a function\r\n at ./store/index.js:26:54\r\n at runMicrotasks (\u003Canonymous>)\r\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\r\n at async ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:251:5)\r\n at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:128:12)\r\n at async request (./node_modules/vite-node/dist/client.mjs:151:16)\r\n at async ./plugins/store.js:4:31\r\n at async ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:251:5)\r\n at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:128:12)\r\n at async request (./node_modules/vite-node/dist/client.mjs:151:16)\r\n```\r\n",[2085,2086],{"name":2000,"color":2001},{"name":2003,"color":2004},15129,"Unable to run in development mode but production build works","2023-01-19T17:45:09Z","https://github.com/nuxt/nuxt/issues/15129",0.6596607,["Reactive",2093],{},["Set"],["ShallowReactive",2096],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"cALh5SX8wn622uA_4rY_46_qO9I8TVb1UCsnY548lm4":-1},"/nuxt/ui/2823"]