rooknoob
Nuxt Content 3.4.0 generating 'manifest-route-rule' middleware already exists warnings
@kapa.ai I'm using Nuxt 3.16.1. I did force a clean upgrade just to make sure, and also tried deleting .nuxt, .output, .yarn, .data, yarn.lock. Here's my package.json:
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.4.0",
"@nuxt/fonts": "0.11.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/plausible": "^1.2.0",
"@tailwindcss/vite": "4.0.15",
"gsap": "^3.12.7",
"hls-video-element": "^1.5.0",
"media-chrome": "4.8.0",
"nuxt": "^3.16.1",
"splitting": "github:awfulcode/Splitting",
"swiper": "11.2.6",
"tailwindcss": "4.0.15",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-starport": "^0.4.0"
},
"devDependencies": {
"@nuxt/devtools": "^2.3.1",
"@vueuse/core": "^13.0.0",
"@vueuse/nuxt": "^13.0.0",
"patch-package": "^8.0.0",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"wrangler": "4.4.0"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"packageManager": "[email protected]+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9"
}
Maybe there's a compatibility issue with one of these?22 replies