\n \u003C/template>\n \u003CUButton\n label=\"Open\"\n color=\"neutral\"\n variant=\"subtle\"\n trailing-icon=\"i-lucide-chevron-down\"\n block\n />\n \u003C/UCollapsible>\n\n### Additional context\n\n_No response_",[2879,2880,2883],{"name":2866,"color":2867},{"name":2881,"color":2882},"v3","49DCB8",{"name":2884,"color":2885},"triage","ffffff",4146,"ui","Can we add a reverse prop for collapsible.","2025-05-13T21:49:55Z","https://github.com/nuxt/ui/issues/4146",0.75938624,{"description":2893,"labels":2894,"number":2898,"owner":2869,"repository":2899,"state":2900,"title":2901,"updated_at":2902,"url":2903,"score":2904},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.17.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@9.9.0\n- Builder: -\n- User Config: compatibilityDate, devtools, future, experimental, app, modules\n- Runtime Modules: @nuxt/test-utils/module@3.17.2\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nI've added this command so it will automatically start tests after deps install\n\n```\n\"stackblitz\": {\n \"startCommand\": \"pnpm run test\"\n }\n```\n\nhttps://stackblitz.com/~/github.com/gaisinskii/nuxt-testing-issue-base-url\n\n### Describe the bug\n\nThere is some issue with \n\n```\napp: {\n baseURL: '/andy'\n },\n```\n\nand\n\n```\n experimental: {\n appManifest: true\n },\n```\n\nin the nuxt config. Whenever i comment `baseURL` and leave `appManifest: true` everything works, but if I add `baseURL` back I get the error. Also if you set `appManifest: false` and add `baseURL` everything works!\n\n### Additional context\n\nThe errors that I get in the console\n\n```\nstderr | app/components/TheComponent/TheComponent.test.ts\n[nuxt] Error fetching app manifest. FetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at $fetch2 (file:///Users/andy/Projects/admitad/tests-base-url/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15)\n\nstderr | app/components/TheComponent/TheComponent.test.ts\n[nuxt] error caught during app initialization FetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at $fetch2 (file:///Users/andy/Projects/admitad/tests-base-url/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15) {\n cause: FetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at $fetch2 (file:///Users/andy/Projects/admitad/tests-base-url/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15),\n statusCode: 404,\n fatal: false,\n unhandled: false,\n statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.',\n data: {\n statusCode: 404,\n statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.',\n stack: []\n }\n}\n```\n\n```\nFetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n ❯ processTicksAndRejections node:internal/process/task_queues:95:5\n ❯ $fetch2 node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15\n\n```\n\n\n```\nSerialized Error: { request: '/andy/_nuxt/builds/meta/test.json', options: { responseType: 'json', headers: { constructor: 'Function\u003CHeaders>', append: 'Function\u003Cappend>', delete: 'Function\u003Cdelete>', get: 'Function\u003Cget>', set: 'Function\u003Cset>', getSetCookie: 'Function\u003CgetSetCookie>', has: 'Function\u003Chas>', forEach: 'Function\u003CforEach>', keys: 'Function\u003Ckeys>', values: 'Function\u003Cvalues>', entries: 'Function\u003Centries>' } }, response: { _data: { statusCode: 404, statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', stack: [] }, constructor: 'Function\u003CResponse>', type: 'default', url: '', redirected: false, status: 404, ok: false, statusText: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', headers: { constructor: 'Function\u003CHeaders>', append: 'Function\u003Cappend>', delete: 'Function\u003Cdelete>', get: 'Function\u003Cget>', has: 'Function\u003Chas>', set: 'Function\u003Cset>', getSetCookie: 'Function\u003CgetSetCookie>', keys: 'Function\u003Ckeys>', values: 'Function\u003Cvalues>', entries: 'Function\u003Centries>', forEach: 'Function\u003CforEach>' }, body: { constructor: 'Function\u003CReadableStream>', locked: true, cancel: 'Function\u003Ccancel>', getReader: 'Function\u003CgetReader>', pipeThrough: 'Function\u003CpipeThrough>', pipeTo: 'Function\u003CpipeTo>', tee: 'Function\u003Ctee>', values: 'Function\u003Cvalues>' }, bodyUsed: true, clone: 'Function\u003Cclone>', blob: 'Function\u003Cblob>', arrayBuffer: 'Function\u003CarrayBuffer>', text: 'Function\u003Ctext>', json: 'Function\u003Cjson>', formData: 'Function\u003CformData>', bytes: 'Function\u003Cbytes>' }, data: { statusCode: 404, statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', stack: [] }, status: 404, statusCode: 404, statusText: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.' }\nThis error originated in \"app/components/TheComponent/TheComponent.test.ts\" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.\nThe latest test that might've caused the error is \"should render the component\". It might mean one of the following:\n- The error was thrown, while Vitest was running this test.\n- If the error occurred after the test had been completed, this was the last documented test before it was thrown.\n```\n\n\n\n### Logs\n\n```shell-script\n\n```",[2895],{"name":2896,"color":2897},"pending triage","5D08F5",1212,"test-utils","closed","Error fetching app manifest in testing files when baseURL is provided","2025-03-26T13:41:00Z","https://github.com/nuxt/test-utils/issues/1212",0.46196786,{"description":2906,"labels":2907,"number":2910,"owner":2869,"repository":2911,"state":2900,"title":2912,"updated_at":2913,"url":2914,"score":2915},"- Only open the one active when navigating\n\n@SarahM19 can you upload the image for the icon for the collapsible menu?",[2908],{"name":2866,"color":2909},"1ad6ff",1033,"nuxt.com","[DocsAside] Collapse menu ","2023-02-15T12:31:04Z","https://github.com/nuxt/nuxt.com/issues/1033",0.7328386,{"description":2917,"labels":2918,"number":2868,"owner":2869,"repository":2911,"state":2900,"title":2920,"updated_at":2921,"url":2922,"score":2875},"",[2919],{"name":2866,"color":2909},"Add icons to modals","2023-02-15T12:31:51Z","https://github.com/nuxt/nuxt.com/issues/182",{"description":2917,"labels":2924,"number":2926,"owner":2869,"repository":2911,"state":2900,"title":2927,"updated_at":2928,"url":2929,"score":2930},[2925],{"name":2866,"color":2909},221,"`Files` modal should have empty state","2022-03-28T10:40:35Z","https://github.com/nuxt/nuxt.com/issues/221",0.75834745,{"description":2932,"labels":2933,"number":2926,"owner":2869,"repository":2870,"state":2900,"title":2934,"updated_at":2935,"url":2936,"score":2930},"it would be nice to have Google Recaptcha",[],"[Script Request]: google recaptcha","2024-09-02T17:13:26Z","https://github.com/nuxt/scripts/issues/221",{"description":2917,"labels":2938,"number":2940,"owner":2869,"repository":2911,"state":2900,"title":2941,"updated_at":2942,"url":2943,"score":2944},[2939],{"name":2866,"color":2909},395,"Docs versioning: `/docs/framework/{version}`","2022-04-26T12:02:30Z","https://github.com/nuxt/nuxt.com/issues/395",0.75939006,{"description":2946,"labels":2947,"number":2955,"owner":2869,"repository":2887,"state":2900,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.17.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.3\n- Package Manager: pnpm@9.0.6\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8\n- Build Modules: -\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\nCannot create reproduction on StackBlitz because Tailwind crashes there (likely because their new Rust-based engine has no binary for the WebContainer) and I do not have a CodeSandbox account to share a sample from there... However, the following code is already sufficient to observe the behaviour\n\n```vue\n\u003Ctemplate>\n \u003CUSelectMenu :items class=\"w-full\">\u003C/USelectMenu>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nconst items = Array(350).fill(0).map((_, i) => `Item ${i}`);\n\u003C/script>\n```\n\n### Description\n\nWhen a select menu has many entries it takes a significant amount of time to open. In my case for ~350 entries it takes almost half a second. Especially for `USelectMenu` this is annoying as it is quite useful for long lists due to its search capabilities. 350 might sound like a lot but can be often reached in enterprise scenarios. The slowdown is also already measurable at earlier points albeit not that extreme. Thus a select menu with all countries on earth (just shy of 200) already has a measurable delay.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2948,2951,2954],{"name":2949,"color":2950},"bug","d73a4a",{"name":2952,"color":2953},"duplicate","cfd3d7",{"name":2881,"color":2882},2559,"`USelectMenu` and `USelect` take long to open with 300+ entries","2024-11-08T09:41:05Z","https://github.com/nuxt/ui/issues/2559",0.75962555,{"description":2917,"labels":2961,"number":2963,"owner":2869,"repository":2911,"state":2900,"title":2964,"updated_at":2965,"url":2966,"score":2967},[2962],{"name":2866,"color":2909},111,"Fix beta page with new layout","2022-04-26T12:36:06Z","https://github.com/nuxt/nuxt.com/issues/111",0.7683717,["Reactive",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fGuYkayTTeu1wMzYwypx1thObtHEEw-fMG9uQb3SzvKY":-1},"/nuxt/nuxt.com/1212"]