\n- \u003Chttps://nuxt.com/docs/3.x/>\n\n### Reproduction\n\n**Example 1:**\n\n1. Got to \u003Chttps://nuxt.com/docs/4.x/guide/concepts/rendering#client-side-rendering>\n2. Scroll to the alert containing the link [Read more in SPA Loading Template.](https://nuxt.com/docs/api/configuration/nuxt-config#spaloadingtemplate)\n3. Click the link.\n4. Navigation to correct page, but the anchor is being removed.\n\n- Link href is: https://nuxt.com/docs/api/configuration/nuxt-config#spaloadingtemplate\n- Navigation to: https://nuxt.com/docs/4.x/api/nuxt-config\n- Expected: https://nuxt.com/docs/4.x/api/nuxt-config#spaloadingtemplate\n\n\n**Example 2:**\n\n1. Go to \u003Chttps://nuxt.com/docs/4.x/getting-started/configuration>\n2. Try any of the links containing `Read more in Docs > API > Configuration > Nuxt Config`\n3. It navigates always to \u003Chttps://nuxt.com/docs/4.x/api/nuxt-config> instead of the anchor.\n\n\n**Example 3: (actually a separate BUG, but related and maybe same fix)**\n\n1. Go to \u003Chttps://nuxt.com/docs/3.x/getting-started/configuration>\n2. Try any of the links containing `Read more in Docs > API > Configuration > Nuxt Config`\n3. It navigates always to Nuxt 4 docs \u003Chttps://nuxt.com/docs/4.x/api/nuxt-config> instead of Nuxt 3 docs and the anchor. \n\n### Describe the bug\n\nIt seems to be the case for all links to the API > Configuration.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3151],{"name":3138,"color":3152},"E99695",32802,"Docs contain multiple broken anchor links","2025-07-29T08:25:28Z","https://github.com/nuxt/nuxt/issues/32802",0.7216728,{"description":3159,"labels":3160,"number":3162,"owner":3141,"repository":3141,"state":3143,"title":3163,"updated_at":3164,"url":3165,"score":3166},"### Environment\n\nNuxt docs website\n\n### Reproduction\n\n1. Go to https://nuxt.com/docs/3.x/getting-started/configuration\n2. Click \"Every option is described in the Configuration Reference.\"\n\n### Describe the bug\n\nThe link leads to old URL https://nuxt.com/docs/api/nuxt-config\n\nThis now automatically re-directs to v4 variant https://nuxt.com/docs/4.x/api/nuxt-config\n\nBut I need v3 reference. So I switch to Version 3 in the top left corner combo box. And I got a blank page:\n\n\u003Cimg width=\"914\" height=\"390\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c1af2cf5-632d-456c-8127-16aa04fe2ad7\" />\n\n### Additional context\n\nVisiting the link directly in browser has same effect https://nuxt.com/docs/3.x/api/nuxt-config\n\n### Logs\n\n```shell-script\n\n```",[3161],{"name":3138,"color":3152},32687,"Docs link to `nuxt.config.ts` reference broken for v3","2025-07-19T16:19:55Z","https://github.com/nuxt/nuxt/issues/32687",0.725739,{"labels":3168,"number":3175,"owner":3141,"repository":3141,"state":3176,"title":3177,"updated_at":3178,"url":3179,"score":3180},[3169,3172],{"name":3170,"color":3171},"documentation","5319e7",{"name":3173,"color":3174},"3.x","29bc7f",11896,"closed","Docs; Broken link to https://v3.nuxtjs.org/concepts/hybrid-rendering 404 not found","2023-01-19T15:48:18Z","https://github.com/nuxt/nuxt/issues/11896",0.68103904,{"description":3182,"labels":3183,"number":3187,"owner":3141,"repository":3188,"state":3176,"title":3189,"updated_at":3190,"url":3191,"score":3192},"### 🐛 The bug\n\nHi,\n\nNot sure if this will be a nuxt-scripts or an actual nuxt bug (likely) but here it is anyway.\n\nAfter updating to latest nuxt and nuxt scripts, a function we had to add a custom animated marker on a google map now doesn't work with an error about \"ohash\".\n\nThe function:\n\n```js\nasync function addMarker() {\n const markerEl = document.createElement('div');\n markerEl.className = 'marker';\n\n const marker = await mapRef.value.createAdvancedMapMarker({\n position: { lat: 32.641765653283635, lng: -16.912268145592915 },\n content: markerEl,\n });\n\n marker.content.classList.add('bounce');\n}\n```\n\nThe error:\n\n\n```js\nUncaught (in promise) Error: Cannot serialize HTMLDivElement\n at o.serializeBuiltInType (ohash.D__AXeF1.mjs:1:1191)\n at o.serializeObject (ohash.D__AXeF1.mjs:1:652)\n at o.$object (ohash.D__AXeF1.mjs:1:1553)\n at o.serialize (ohash.D__AXeF1.mjs:1:485)\n at o.serializeObjectEntries (ohash.D__AXeF1.mjs:1:1408)\n at o.serializeObject (ohash.D__AXeF1.mjs:1:985)\n at o.$object (ohash.D__AXeF1.mjs:1:1553)\n at o.serialize (ohash.D__AXeF1.mjs:1:485)\n at serialize (ohash.D__AXeF1.mjs:1:66)\n at hash (index.mjs:7:17)\n```\n\nIf we don't create the custom element and just call createAdvancedMapMarker without setting the \"content\" property, then a default google marker will show up without animation.\n\n\n\n\n\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-qamsz2n5?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nWe should be able to define a custom marker element as we could on previous nuxt/nuxt-scripts versions\n\n### ℹ️ Additional context\n\nI also made a stackblitz where it is working. The only difference being the nuxt and nuxt scripts versions.\n\nWorking version repro: https://stackblitz.com/edit/nuxt-starter-ysuot6w5?file=pages%2Findex.vue",[3184],{"name":3185,"color":3186},"bug","d73a4a",436,"scripts","Hashing error with latest nuxt + nuxt-scripts","2025-03-25T09:43:46Z","https://github.com/nuxt/scripts/issues/436",0.68809867,{"description":3194,"labels":3195,"number":3187,"owner":3141,"repository":3142,"state":3176,"title":3196,"updated_at":3197,"url":3198,"score":3192},"The link to the documentation (https://v0.test-utils.nuxtjs.org/api-reference/setup) leads to a browser-side error page.",[],"Link to documentation does not work","2023-12-02T00:13:10Z","https://github.com/nuxt/test-utils/issues/436",{"labels":3200,"number":3202,"owner":3141,"repository":3141,"state":3176,"title":3203,"updated_at":3204,"url":3205,"score":3206},[3201],{"name":3173,"color":3174},14231,"docs: replace invalid link to composables.","2023-01-19T17:28:59Z","https://github.com/nuxt/nuxt/issues/14231",0.6983582,{"description":3208,"labels":3209,"number":3212,"owner":3141,"repository":3141,"state":3176,"title":3213,"updated_at":3214,"url":3215,"score":3216},"### Environment\n\nLatest\n\n### Reproduction\n\nGo into: https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nGet redirect to: https://nuxt.com/docs/api/configuration/nuxt.config\r\nSee 404\r\nLinks in number 2,100 how much is impact in wild: https://github.com/search?q=api%2Fconfiguration%2Fnuxt.config&type=code\n\n### Describe the bug\n\nOpen page and not 404\r\nOnly need to add redirection proper to new documentation page (decide and add)\n\n### Additional context\n\nBig impact for newcomer and from people who insert it to navigate. When you remember then you don't need it\n\n### Logs\n\n_No response_",[3210,3211],{"name":3173,"color":3174},{"name":3138,"color":3152},23335,"Documentation - 404s for endpoint v3.nuxtjs.org/api/configuration/nuxt.config","2023-10-11T09:58:12Z","https://github.com/nuxt/nuxt/issues/23335",0.7033305,{"description":3218,"labels":3219,"number":3223,"owner":3141,"repository":3224,"state":3176,"title":3225,"updated_at":3226,"url":3227,"score":3228},"",[3220],{"name":3221,"color":3222},"enhancement","1ad6ff",637,"nuxt.com","[Docs] Remove `Community` / `Bridge` / `Migration` links from `3.x`","2022-06-23T16:16:56Z","https://github.com/nuxt/nuxt.com/issues/637",0.70539093,{"labels":3230,"number":3233,"owner":3141,"repository":3141,"state":3176,"title":3234,"updated_at":3235,"url":3236,"score":3237},[3231,3232],{"name":3170,"color":3171},{"name":3173,"color":3174},11879,"Docs; Broken link to https://v3.nuxtjs.org/concepts/modules","2023-01-19T15:48:17Z","https://github.com/nuxt/nuxt/issues/11879",0.70588577,["Reactive",3239],{},["Set"],["ShallowReactive",3242],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f4G5-mXII89InxW6JhOVG2Ex52NQqzZV55-scLbRJI4w":-1},"/nuxt/nuxt.com/719"]