\n\t\u003C/div>\n\t\u003Cdiv class=\"mb-6\">\n\t\t\u003Cinput\n\t\t\tv-model=\"form.password\"\n\t\t\ttype=\"password\"\n\t\t\tid=\"password\"\n\t\t\tclass=\"w-full p-3 border border-gray-300 rounded mt-1\"\n\t\t\tplaceholder=\"Password\"\n\t\t/>\n\t\u003C/div>\n\t\u003Cdiv class=\"mb-6\">\n\t\t\u003Cinput\n\t\t\tv-model=\"form.confirm_password\"\n\t\t\ttype=\"confirm_password\"\n\t\t\tid=\"confirm_password\"\n\t\t\tclass=\"w-full p-3 border border-gray-300 rounded mt-1\"\n\t\t\tplaceholder=\"Password Confirmation\"\n\t\t/>\n\t\u003C/div>\n\t\u003Cbutton\n\t\ttype=\"submit\"\n\t\tclass=\"w-full bg-blue-600 text-white p-3 rounded hover:bg-blue-700\"\n\t>\n\t\tCreate\n\t\u003C/button>\n\u003C/form>\n\u003C/template>\n\u003Cscript setup>\nconst handleSubmit = async () => {\n\t\n\tif (form.value.password !== form.value.confirm_password) {\n\t\tconsole.log(\"Passwords do not match\");\n\t\talert(\"Passwords do not match\");\n\t\treturn;\n\t}\n\n\tconsole.log(form.value);\n};\n...\n```\n\nhttps://github.com/user-attachments/assets/18ea3431-cadb-4613-a2a3-4703755f2f91\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2982,2983],{"name":2910,"color":2911},{"name":2948,"color":2949},30185,"Page refresh bug","2025-02-03T14:25:51Z","https://github.com/nuxt/nuxt/issues/30185",0.6650408,{"description":2990,"labels":2991,"number":2994,"owner":2916,"repository":2916,"state":2917,"title":2995,"updated_at":2996,"url":2997,"score":2998},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: 2.15.4\r\n- node: 14.16.1\r\n\r\n### Reproduction\r\n\r\n\u003C!--\r\nLink to a minimal test case based on one of:\r\n- A fork of https://template.nuxtjs.org\r\n- A GitHub repository that can reproduce the bug\r\nWithout a reproduction, it is so hard to address problem :(\r\n-->\r\n\r\n~~[stieben/nuxt-csp-bug-poc](https://github.com/stieben/nuxt-csp-bug-poc)~~ (now deleted)\r\n\r\n### Steps to reproduce\r\n\r\n1. `yarn create nuxt-app nuxt-csp-bug-poc`\r\n \r\n \u003Cdetails>\r\n \u003Csummary>Additional Details\u003C/summary>\r\n ? Project name: nuxt-csp-bug-poc\u003Cbr>\r\n ? Programming language: JavaScript\u003Cbr>\r\n ? Package manager: Yarn\u003Cbr>\r\n ? UI framework: None\u003Cbr>\r\n ? Nuxt.js modules: None\u003Cbr>\r\n ? Linting tools: None\u003Cbr>\r\n ? Testing framework: None\u003Cbr>\r\n ? Rendering mode: Universal (SSR / SSG)\u003Cbr>\r\n ? Deployment target: Server (Node.js hosting)\u003Cbr>\r\n ? Development tools: None\u003Cbr>\r\n ? What is your GitHub username? stieben\u003Cbr>\r\n ? Version control system: Git\r\n \u003C/details>\r\n\r\n2. `cd nuxt-csp-bug-poc`\r\n3. Set `render.csp` to `true` (as per [Nuxt Documentation](https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-render#csp))\r\n4. `yarn build`\r\n5. `yarn start`\r\n\r\n### What is Expected?\r\n\r\nHydration and a working Vue app, with the security of a CSP.\r\n\r\n### What is actually happening?\r\n\r\n- Vue inactive\r\n- 2 console errors:\r\n - `Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”)`\r\n - `Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”)`",[2992,2993],{"name":2910,"color":2911},{"name":2913,"color":2914},9182,"Basic CSP setup broken","2023-01-22T15:44:51Z","https://github.com/nuxt/nuxt/issues/9182",0.6677833,{"description":3000,"labels":3001,"number":3005,"owner":2916,"repository":2916,"state":2917,"title":3006,"updated_at":3007,"url":3008,"score":3009},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v14.20.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `pnpm@7.25.0`\r\n- Builder: `vite`\r\n- User Config: `runtimeConfig`, `modules`, `i18n`, `directus`\r\n- Runtime Modules: `@nuxtjs/tailwindcss@6.2.0`, `@nuxtjs/i18n@8.0.0-beta.7`, `nuxt-directus@3.2.2`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nCreate a page (other than an index page) in the pages directory and fetch some data, to provide some data for the `_payload.js`. Then run `nuxt generate` and recognize that there is no data for the page.\r\n\r\nOR clone https://github.com/JonathanDoelan/nuxt-payload-issue\r\n\r\nOR just visit https://stackblitz.com/edit/github-qiqtjg?file=README.md,pages%2Findex.vue,pages%2Fabout.vue\r\n\r\n### Describe the bug\r\n\r\nWhen using SSG and viewing sub pages like `pages/about.vue` in the browser the wrong payload is loaded. `nuxt generate` will generate the `_payload.js` files in the correct directories like `/_payload.js, /about/_payload.js` and they seem to have the correct data in it, but when viewing `/about` in the browser, you will get an error like:\r\n\r\n```\r\nTypeError: Cannot read properties of null (reading '…')\r\n```\r\n\r\nIf you look at the network tab, you will recognize, that the `/_payload.js` is loaded instead of `about/_payload.js` — that‘s why we get this error.\r\n\r\n**This makes it impossible to use Nuxt 3.0.0 in Full Static/SSG mode!**\r\n\r\nA workaround could be to fetch all needed data globally, for example in the `default.vue` layout, but I haven’t tried it yet.\r\n\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_",[3002,3003,3004],{"name":2926,"color":2927},{"name":2910,"color":2911},{"name":2948,"color":2949},18402,"Wrong payload loaded for sub pages when using SSG/Full Static Mode/`nuxt generate`","2023-01-22T10:45:05Z","https://github.com/nuxt/nuxt/issues/18402",0.66797066,{"description":3011,"labels":3012,"number":3016,"owner":2916,"repository":2916,"state":2917,"title":3017,"updated_at":3018,"url":3019,"score":3020},"### Environment\r\n\r\nNuxt project info: 6:55:53 PM\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.1\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: npm@9.6.7\r\n- Builder: -\r\n- User Config: app, css, devtools, modules, runtimeConfig, plugins, vite, routeRules, pinia, imports\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @vite-pwa/nuxt@0.1.1, nuxt-typed-router@3.3.1, @nuxtjs/robots@3.0.0, @nuxtjs/color-mode@3.3.0, nuxt-lodash@2.5.0, nuxt-swiper@1.2.2, (), nuxt-laravel-precognition@0.0.7, @morev/vue-transitions/nuxt@2.3.6, @nuxtjs/i18n@8.0.0-rc.5, nuxt-headlessui@1.1.4, @nuxt/image@1.0.0-rc.3, @pinia/nuxt@0.4.11\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nneed to explain what is this error\r\n\r\n### Describe the bug\r\n\r\n\r\nwhen routing in any pages this error showing but i routing with nuxt-link with static pages and modules not used in this project please help.\r\n\r\nthx\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3013,3014,3015],{"name":2926,"color":2927},{"name":2910,"color":2911},{"name":2948,"color":2949},23556,"route to pages problem","2024-01-02T21:24:49Z","https://github.com/nuxt/nuxt/issues/23556",0.66864467,{"description":3022,"labels":3023,"number":3037,"owner":2916,"repository":3038,"state":2917,"title":3039,"updated_at":3040,"url":3041,"score":3042},"### Environment\n\n- Operating System: Linux\n- Bun Version: v1.1.29\n- Vue Version: v3.5.13\n- Vite Version: v5.4.11\n- Package Manager: bun@1.1.29\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\nUnable to run on \u003Chttps://stackblitz.com/edit/vitejs-vite-2s99rp> because of https://github.com/stackblitz/core/issues/1855 (I think) but I'll create a repo as soon as I can.\n\n### Description\n\nAfter following the setup tutorial for the installation of Nuxt UI in a Vue-only environment and running the project, I get an error (see logs). \nThe only different thing in the setup I had to do is that, as I am building a custom element, I did:\n```ts\nconst Widget = defineCustomElement(App, {\n\tconfigureApp(app) {\n\t\tapp.use(ui)\n\t\tapp.use(i18n)\n\t\tapp.provide(I18nInjectionKey, i18n)\n\t},\n})\n```\nInstead of the usual `createApp` method. Did I miss something?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n15:53:45 [vite] Internal server error: [postcss] postcss-import: /home/dany/Documenti/GitHub/chat-widget/node_modules/@nuxt/ui/dist/module.mjs:1:16: Unknown word\n Plugin: vite:css\n File: /home/dany/Documenti/GitHub/chat-widget/node_modules/@nuxt/ui/dist/module.mjs:1:15\n 1 | import defu, { defu as defu$1 } from 'defu';\n | ^\n 2 | import { defineNuxtModule, createResolver, addVitePlugin, addPlugin, addComponentsDir, addImportsDir, extendPages, hasNuxtModule, installModule } from '@nuxt/kit';\n 3 | import { d as defaultOptions, r as resolveColors, a as getDefaultUiConfig, b as addTemplates, c as buildTemplates } from './shared/ui.d52SSCwA.mjs';\n at Input.error (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/input.js:106:16)\n at Parser.unknownWord (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parser.js:593:22)\n at Parser.other (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parser.js:435:12)\n at Parser.parse (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parser.js:470:16)\n at parse (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/parse.js:11:12)\n at get root [as root] (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/no-work-result.js:119:14)\n at Result.get [as root] (/home/dany/Documenti/GitHub/chat-widget/node_modules/postcss/lib/no-work-result.js:27:21)\n at loadImportContent (file:///home/dany/Documenti/GitHub/chat-widget/node_modules/vite/dist/node/chunks/dep-C6EFp3uH.js:867:33)\n at async Promise.all (index 0)\n at async resolveImportId (file:///home/dany/Documenti/GitHub/chat-widget/node_modules/vite/dist/node/chunks/dep-C6EFp3uH.js:800:27)\n15:53:45 [vite] Pre-transform error: [postcss] postcss-import: /home/dany/Documenti/GitHub/chat-widget/node_modules/@nuxt/ui/dist/module.mjs:1:16: Unknown word\n```",[3024,3027,3029,3032,3034],{"name":3025,"color":3026},"bug","d73a4a",{"name":2948,"color":3028},"CB47CF",{"name":3030,"color":3031},"v3","49DCB8",{"name":3033,"color":2908},"triage",{"name":3035,"color":3036},"vue","42b883",2827,"ui","Internal server error: [postcss] postcss-import: Unknown word","2025-05-15T15:06:27Z","https://github.com/nuxt/ui/issues/2827",0.66866535,["Reactive",3044],{},["Set"],["ShallowReactive",3047],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fdywbQcvYVJxMCtrLDOSkPSfesJ1ATuzX0SVznHIqXuk":-1},"/nuxt/nuxt/21052"]