\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,"Docs contain multiple broken anchor links","2025-07-29T08:25:28Z","https://github.com/nuxt/nuxt/issues/32802",0.7558832,{"description":3160,"labels":3161,"number":3165,"owner":3141,"repository":3166,"state":3167,"title":3168,"updated_at":3169,"url":3170,"score":3171},"",[3162],{"name":3163,"color":3164},"enhancement","1ad6ff",719,"nuxt.com","closed","[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.7453752,{"labels":3173,"number":3180,"owner":3141,"repository":3141,"state":3167,"title":3181,"updated_at":3182,"url":3183,"score":3184},[3174,3177],{"name":3175,"color":3176},"documentation","5319e7",{"name":3178,"color":3179},"3.x","29bc7f",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.74539626,{"description":3186,"labels":3187,"number":3191,"owner":3141,"repository":3192,"state":3167,"title":3193,"updated_at":3194,"url":3195,"score":3196},"### 🐛 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",[3188],{"name":3189,"color":3190},"bug","d73a4a",436,"scripts","Hashing error with latest nuxt + nuxt-scripts","2025-03-25T09:43:46Z","https://github.com/nuxt/scripts/issues/436",0.74790776,{"description":3198,"labels":3199,"number":3191,"owner":3141,"repository":3142,"state":3167,"title":3200,"updated_at":3201,"url":3202,"score":3196},"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",{"description":3204,"labels":3205,"number":3208,"owner":3141,"repository":3141,"state":3167,"title":3209,"updated_at":3210,"url":3211,"score":3212},"### Environment\n\nhttps://nuxt.com/showcase\n\n### Reproduction\n\nGoing to the page.\n\n### Describe the bug\n\nThe award category has a typo and says \"Awwwards\", and click on it will also change the URL to https://nuxt.com/showcase?category=Awwwards\n\n### Additional context\n\nIf this is a planned word play I apologize in advance.\n\n### Logs\n\n_No response_",[3206,3207],{"name":3178,"color":3179},{"name":3152,"color":3153},20583,"Showcase page awards category typo","2023-04-29T18:26:53Z","https://github.com/nuxt/nuxt/issues/20583",0.7530483,{"description":3214,"labels":3215,"number":3218,"owner":3141,"repository":3141,"state":3167,"title":3219,"updated_at":3220,"url":3221,"score":3222},"### Environment\n\nnone\n\n### Reproduction\n\nhttps://nuxt.com/docs/guide/directory-structure/plugins#vue-directives\r\n\r\n\r\n\n\n### Describe the bug\n\nSame issue as https://github.com/nuxt/nuxt.js/issues/14486, seems it appears again after moving to the new documentation page. (Nuxt Content, maybe?)\r\n\r\nIt should be displayed as the link address or a custom link title, instead of `Https : > Vuejs Org > Guide > Reusability > Custom Directives Html`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3216,3217],{"name":3175,"color":3176},{"name":3178,"color":3179},15748,"External link is displayed as internal link","2023-02-13T13:34:07Z","https://github.com/nuxt/nuxt/issues/15748",0.7555521,{"labels":3224,"number":3226,"owner":3141,"repository":3141,"state":3167,"title":3227,"updated_at":3228,"url":3229,"score":3230},[3225],{"name":3178,"color":3179},14231,"docs: replace invalid link to composables.","2023-01-19T17:28:59Z","https://github.com/nuxt/nuxt/issues/14231",0.75705475,{"description":3232,"labels":3233,"number":3234,"owner":3141,"repository":3141,"state":3167,"title":3235,"updated_at":3236,"url":3237,"score":3238},"### Environment\n\nThis is an issue with the online documenation. Browser unrelated.\n\n### Describe the bug\n\nThe Problem is the github edit button on the config page linking to **_Edit this page on GitHub_**:\r\nhttps://github.com/nuxt/framework/edit/main/docs/content/3.docs/2.directory-structure/15.nuxt.config.md\r\n\r\nThe file does not exist in the github repo (404) because this documenation (if I understood it correctly) is due to the fact that the nuxt.config documentation is generated via the kit/schema.\r\n\r\n\n\n### Reproduction\n\nVisit page:\r\nhttps://v3.nuxtjs.org/docs/directory-structure/nuxt.config\r\n\r\nscoll to bottom and click **_Edit this page on GitHub_**\r\nwhich links to https://github.com/nuxt/framework/edit/main/docs/content/3.docs/2.directory-structure/15.nuxt.config.md \r\n\r\nwhich does not exist.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],12038,"[docs] Github edit link on nuxt.config documentation page","2023-01-19T15:54:17Z","https://github.com/nuxt/nuxt/issues/12038",0.7587024,["Reactive",3240],{},["Set"],["ShallowReactive",3243],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fwsw7PDJeNFJ5lcAMcKCe30YiALcyB-N5G9SxL_VRsNY":-1},"/nuxt/nuxt.com/558"]