\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```",[3137],{"name":3138,"color":3139},"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.7558832,{"description":3148,"labels":3149,"number":3150,"owner":3141,"repository":3151,"state":3152,"title":3153,"updated_at":3154,"url":3155,"score":3156},"Related to nuxtlabs/api.nuxt.com#255\n\nDIsplay in branches modal list a badge next to the branch name for the PR:\n\n\n\nOn click on this badge, open github in a new tab.",[],558,"nuxt.com","closed","[Project] Fetch project pulls when opening branches modal","2023-02-15T12:31:29Z","https://github.com/nuxt/nuxt.com/issues/558",0.46007618,{"description":3158,"labels":3159,"number":3163,"owner":3141,"repository":3151,"state":3152,"title":3164,"updated_at":3165,"url":3166,"score":3167},"",[3160],{"name":3161,"color":3162},"enhancement","1ad6ff",719,"[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":3169,"number":3176,"owner":3141,"repository":3141,"state":3152,"title":3177,"updated_at":3178,"url":3179,"score":3180},[3170,3173],{"name":3171,"color":3172},"documentation","5319e7",{"name":3174,"color":3175},"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":3182,"labels":3183,"number":3187,"owner":3141,"repository":3188,"state":3152,"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.74790776,{"description":3194,"labels":3195,"number":3187,"owner":3141,"repository":3196,"state":3152,"title":3197,"updated_at":3198,"url":3199,"score":3192},"The link to the documentation (https://v0.test-utils.nuxtjs.org/api-reference/setup) leads to a browser-side error page.",[],"test-utils","Link to documentation does not work","2023-12-02T00:13:10Z","https://github.com/nuxt/test-utils/issues/436",{"description":3201,"labels":3202,"number":3205,"owner":3141,"repository":3141,"state":3152,"title":3206,"updated_at":3207,"url":3208,"score":3209},"### 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_",[3203,3204],{"name":3174,"color":3175},{"name":3138,"color":3139},20583,"Showcase page awards category typo","2023-04-29T18:26:53Z","https://github.com/nuxt/nuxt/issues/20583",0.7530483,{"description":3211,"labels":3212,"number":3215,"owner":3141,"repository":3141,"state":3152,"title":3216,"updated_at":3217,"url":3218,"score":3219},"### 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_",[3213,3214],{"name":3171,"color":3172},{"name":3174,"color":3175},15748,"External link is displayed as internal link","2023-02-13T13:34:07Z","https://github.com/nuxt/nuxt/issues/15748",0.7555521,{"labels":3221,"number":3223,"owner":3141,"repository":3141,"state":3152,"title":3224,"updated_at":3225,"url":3226,"score":3227},[3222],{"name":3174,"color":3175},14231,"docs: replace invalid link to composables.","2023-01-19T17:28:59Z","https://github.com/nuxt/nuxt/issues/14231",0.75705475,{"description":3229,"labels":3230,"number":3231,"owner":3141,"repository":3141,"state":3152,"title":3232,"updated_at":3233,"url":3234,"score":3235},"### 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",3237],{},["Set"],["ShallowReactive",3240],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fvVIT4P5_HlK4zNUqYYal0-_UWffdR_u0X-U1SI3Xvgo":-1},"/nuxt/test-utils/558"]