\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":3152,"color":3153},"pending triage","E99695",32802,"nuxt","open","Docs contain multiple broken anchor links","2025-07-29T08:25:28Z","https://github.com/nuxt/nuxt/issues/32802",0.6875518,{"description":3162,"labels":3163,"number":3165,"owner":3155,"repository":3155,"state":3156,"title":3166,"updated_at":3167,"url":3168,"score":3169},"### 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```",[3164],{"name":3152,"color":3153},32687,"Docs link to `nuxt.config.ts` reference broken for v3","2025-07-19T16:19:55Z","https://github.com/nuxt/nuxt/issues/32687",0.70689994,{"description":3171,"labels":3172,"number":3176,"owner":3155,"repository":3177,"state":3178,"title":3179,"updated_at":3180,"url":3181,"score":3182},"### 🐛 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",[3173],{"name":3174,"color":3175},"bug","d73a4a",436,"scripts","closed","Hashing error with latest nuxt + nuxt-scripts","2025-03-25T09:43:46Z","https://github.com/nuxt/scripts/issues/436",0.4661396,{"description":3184,"labels":3185,"number":3186,"owner":3155,"repository":3187,"state":3178,"title":3188,"updated_at":3189,"url":3190,"score":3191},"link \"See module options\" in https://github.com/nuxt/test-utils not found\r\nlink \"Setup\" in https://test-utils.nuxtjs.org/api-reference/setup not worked",[],286,"test-utils","page https://test-utils.nuxtjs.org/options not found","2023-12-02T00:28:10Z","https://github.com/nuxt/test-utils/issues/286",0.66061234,{"labels":3193,"number":3200,"owner":3155,"repository":3155,"state":3178,"title":3201,"updated_at":3202,"url":3203,"score":3204},[3194,3197],{"name":3195,"color":3196},"documentation","5319e7",{"name":3198,"color":3199},"3.x","29bc7f",11879,"Docs; Broken link to https://v3.nuxtjs.org/concepts/modules","2023-01-19T15:48:17Z","https://github.com/nuxt/nuxt/issues/11879",0.66915625,{"labels":3206,"number":3209,"owner":3155,"repository":3155,"state":3178,"title":3210,"updated_at":3211,"url":3212,"score":3213},[3207,3208],{"name":3195,"color":3196},{"name":3198,"color":3199},11896,"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.6706974,{"description":3215,"labels":3216,"number":3217,"owner":3155,"repository":3218,"state":3178,"title":3219,"updated_at":3220,"url":3221,"score":3222},"Hi, my friends! I am trying to follow the documentation, but every page is responding with 404 error code.\n\nhttps://fonts.nuxt.com/get-started/installation/\n",[],642,"fonts","404 in documentation pages","2025-09-09T12:26:17Z","https://github.com/nuxt/fonts/issues/642",0.6858869,{"description":3224,"labels":3225,"number":3233,"owner":3155,"repository":3155,"state":3178,"title":3234,"updated_at":3235,"url":3236,"score":3237},"### Environment\n\nhttps://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox/?file=/nuxt.config.ts\r\n\n\n### Reproduction\n\nOpen code sandbox from documentation listed as example of https://nuxt.com/docs/guide/concepts/vuejs-development\r\n\r\ngo to nuxt.config comment link and see broken link\n\n### Describe the bug\n\nThe link provided in the comments of nuxt.congif is wrong and should be updated to `https://nuxt.com/docs/guide/directory-structure/nuxt.config`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3226,3229,3230],{"name":3227,"color":3228},"good first issue","fbca04",{"name":3198,"color":3199},{"name":3231,"color":3232},"🧹 p1-chore","FEF2C0",12477,"Update Nuxt documentation link in code sandbox","2023-01-19T16:06:26Z","https://github.com/nuxt/nuxt/issues/12477",0.6869802,{"description":3239,"labels":3240,"number":3243,"owner":3155,"repository":3155,"state":3178,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### Environment\r\n\r\nBrowser\r\n\r\n### Reproduction\r\n\r\nVisit https://nuxt.com/docs/getting-started/introduction\r\n\r\n### Describe the bug\r\n\r\nCannot read any documentation page in Firefox, Chrome and Chrome Android.\r\n\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_",[3241,3242],{"name":3198,"color":3199},{"name":3152,"color":3153},27151,"Cannot read documentation ","2024-05-10T13:29:26Z","https://github.com/nuxt/nuxt/issues/27151",0.6872404,{"description":3249,"labels":3250,"number":274,"owner":3155,"repository":3254,"state":3178,"title":3255,"updated_at":3256,"url":3257,"score":3258},"",[3251],{"name":3252,"color":3253},"enhancement","1ad6ff","nuxt.com","[Community] Guide page should have all three links from `https://v3.nuxtjs.org/community/getting-help`","2023-02-15T12:31:31Z","https://github.com/nuxt/nuxt.com/issues/719",0.6899888,["Reactive",3260],{},["Set"],["ShallowReactive",3263],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faTFpUDz6yYlOZbt78b9DlI-6OK28nR7ZCF2ZsoO7tdU":-1},"/nuxt/test-utils/436"]